#F1DCAA

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

Shades of Buttermilk #F1DCAA

Tints of Buttermilk #F1DCAA

Color information

#F1DCAA (or 0xF1DCAA) is unknown color: approx Buttermilk. HEX triplet: F1, DC and AA. RGB value is (241,220,170). Sum of RGB (Red+Green+Blue) = 241+220+170=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAA is #0E2355. Grayscale: #DCDCDC. Windows color (decimal): -926550 or 11197681. OLE color: 11197681.

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

Color convert

RGB241220170-
CMYK00.090.290.05
HSL42.25º71.72%80.59%-
HSV(B)42.25º29.46%94.51%-
XYZ69.1272.7948.44-
YUV220.5899.46142.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=38.19%
G=34.87%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122017000.090.290.0542.2571.7280.59
HexF1DCAA091D52a4851
Octal36133425201135552110121
Binary111100011101110010101010010011110110110101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCAA; }

 p { color: rgb(241,220,170); }

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

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

 a { background-color: rgb(241,220,170); }

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

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

 span { border-color: rgb(241,220,170); }

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