#F1DFAA

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

Shades of Buttermilk #F1DFAA

Tints of Buttermilk #F1DFAA

Color information

#F1DFAA (or 0xF1DFAA) is unknown color: approx Buttermilk. HEX triplet: F1, DF and AA. RGB value is (241,223,170). Sum of RGB (Red+Green+Blue) = 241+223+170=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAA is #0E2055. Grayscale: #DEDEDE. Windows color (decimal): -925782 or 11198449. OLE color: 11198449.

HSL color Cylindrical-coordinate representation of color #F1DFAA: hue angle of 44.79º 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 #F1DFAA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241223170-
CMYK00.070.290.05
HSL44.79º71.72%80.59%-
HSV(B)44.79º29.46%94.51%-
XYZ69.9274.3848.7-
YUV222.3498.46141.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=38.01%
G=35.17%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122317000.070.290.0544.7971.7280.59
HexF1DFAA071D52d4851
Octal3613372520735555110121
Binary11110001110111111010101001111110110110110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFAA; }

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

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

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

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

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

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

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

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