#F3DCA2

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

Shades of Buttermilk #F3DCA2

Tints of Buttermilk #F3DCA2

Color information

#F3DCA2 (or 0xF3DCA2) is unknown color: approx Buttermilk. HEX triplet: F3, DC and A2. RGB value is (243,220,162). Sum of RGB (Red+Green+Blue) = 243+220+162=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCA2 is #0C235D. Grayscale: #DCDCDC. Windows color (decimal): -795486 or 10673395. OLE color: 10673395.

HSL color Cylindrical-coordinate representation of color #F3DCA2: hue angle of 42.96º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3DCA2 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB243220162-
CMYK00.090.330.05
HSL42.96º77.14%79.41%-
HSV(B)42.96º33.33%95.29%-
XYZ69.0872.8544.6-
YUV220.2695.12144.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 162 (63.67% from 255) = 25.92%
R=38.88%
G=35.2%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322016200.090.330.0542.9677.1479.41
HexF3DCA2092152b4d4f
Octal36333424201141553115117
Binary1111001111011100101000100100110000110110101110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCA2; }

 p { color: rgb(243,220,162); }

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

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

 a { background-color: rgb(243,220,162); }

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

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

 span { border-color: rgb(243,220,162); }

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