#F1DFAC

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

Shades of Buttermilk #F1DFAC

Tints of Buttermilk #F1DFAC

Color information

#F1DFAC (or 0xF1DFAC) is unknown color: approx Buttermilk. HEX triplet: F1, DF and AC. RGB value is (241,223,172). Sum of RGB (Red+Green+Blue) = 241+223+172=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAC is #0E2053. Grayscale: #DEDEDE. Windows color (decimal): -925780 or 11329521. OLE color: 11329521.

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

Color convert

RGB241223172-
CMYK00.070.290.05
HSL44.35º71.13%80.98%-
HSV(B)44.35º28.63%94.51%-
XYZ70.1174.4549.71-
YUV222.5799.46141.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=37.89%
G=35.06%
B=27.04%

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
Decimal24122317200.070.290.0544.3571.1380.98
HexF1DFAC071D52c4751
Octal3613372540735554107121
Binary11110001110111111010110001111110110110110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFAC; }

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

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

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

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

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

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

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

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