#F1DEA6

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

Shades of Buttermilk #F1DEA6

Tints of Buttermilk #F1DEA6

Color information

#F1DEA6 (or 0xF1DEA6) is unknown color: approx Buttermilk. HEX triplet: F1, DE and A6. RGB value is (241,222,166). Sum of RGB (Red+Green+Blue) = 241+222+166=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA6 is #0E2159. Grayscale: #DDDDDD. Windows color (decimal): -926042 or 10936049. OLE color: 10936049.

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

Color convert

RGB241222166-
CMYK00.080.310.05
HSL44.8º72.82%79.8%-
HSV(B)44.8º31.12%94.51%-
XYZ69.2873.746.65-
YUV221.396.79142.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 166 (65.23% from 255) = 26.39%
R=38.31%
G=35.29%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122216600.080.310.0544.872.8279.8
HexF1DEA6081F52d4950
Octal36133624601037555111120
Binary111100011101111010100110010001111110110110110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEA6; }

 p { color: rgb(241,222,166); }

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

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

 a { background-color: rgb(241,222,166); }

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

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

 span { border-color: rgb(241,222,166); }

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