#F3DFAA

Color #F3DFAA Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F3DFAA

Tints of Buttermilk #F3DFAA

Color information

#F3DFAA (or 0xF3DFAA) is unknown color: approx Buttermilk. HEX triplet: F3, DF and AA. RGB value is (243,223,170). Sum of RGB (Red+Green+Blue) = 243+223+170=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DFAA is #0C2055. Grayscale: #DFDFDF. Windows color (decimal): -794710 or 11198451. OLE color: 11198451.

HSL color Cylindrical-coordinate representation of color #F3DFAA: hue angle of 43.56º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3DFAA is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243223170-
CMYK00.080.300.05
HSL43.56º75.26%80.98%-
HSV(B)43.56º30.04%95.29%-
XYZ70.6174.7348.73-
YUV222.9498.13142.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=38.21%
G=35.06%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322317000.080.300.0543.5675.2680.98
HexF3DFAA081E52c4b51
Octal36333725201036554113121
Binary111100111101111110101010010001111010110110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFAA; }

 p { color: rgb(243,223,170); }

 H1.HeaderClassName
 {
   color: #F3DFAA;
 }
 .AnyTagClassName
 {
   color: #F3DFAA;
 }
</style>
background-color css

<style>
 a { background-color: #F3DFAA; }

 a { background-color: rgb(243,223,170); }

 div.DivClassName
 {
   background-color: #F3DFAA;
 }
 .BgClassName
 {
   background-color: #F3DFAA;
 }
</style>
border-color css

<style>
 span { border-color: #F3DFAA; }

 span { border-color: rgb(243,223,170); }

 td.TdClassName
 {
   border-color: #F3DFAA;
 }
 .TagClassName
 {
   border-color: #F3DFAA;
 }
</style>