#F3DCA4

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

Shades of Buttermilk #F3DCA4

Tints of Buttermilk #F3DCA4

Color information

#F3DCA4 (or 0xF3DCA4) is unknown color: approx Buttermilk. HEX triplet: F3, DC and A4. RGB value is (243,220,164). Sum of RGB (Red+Green+Blue) = 243+220+164=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCA4 is #0C235B. Grayscale: #DCDCDC. Windows color (decimal): -795484 or 10804467. OLE color: 10804467.

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

Color convert

RGB243220164-
CMYK00.090.330.05
HSL42.53º76.7%79.8%-
HSV(B)42.53º32.51%95.29%-
XYZ69.2672.9245.55-
YUV220.4996.12144.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 164 (64.45% from 255) = 26.16%
R=38.76%
G=35.09%
B=26.16%

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
Decimal24322016400.090.330.0542.5376.779.8
HexF3DCA4092152b4d50
Octal36333424401141553115120
Binary1111001111011100101001000100110000110110101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCA4; }

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

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

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

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

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

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

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

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