#F4DFCE

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

Shades of Sazerac #F4DFCE

Tints of Sazerac #F4DFCE

Color information

#F4DFCE (or 0xF4DFCE) is unknown color: approx Sazerac. HEX triplet: F4, DF and CE. RGB value is (244,223,206). Sum of RGB (Red+Green+Blue) = 244+223+206=673 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.26% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFCE is #0B2031. Grayscale: #E3E3E3. Windows color (decimal): -729138 or 13557748. OLE color: 13557748.

HSL color Cylindrical-coordinate representation of color #F4DFCE: hue angle of 26.84º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4DFCE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244223206-
CMYK00.090.160.04
HSL26.84º63.33%88.24%-
HSV(B)26.84º15.57%95.69%-
XYZ74.8476.4669.21-
YUV227.34115.96139.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.26%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=36.26%
G=33.14%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422320600.090.160.0426.8463.3388.24
HexF4DFCE091041b3f58
Octal3643373160112043377130
Binary1111010011011111110011100100110000100110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFCE; }

 p { color: rgb(244,223,206); }

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

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

 a { background-color: rgb(244,223,206); }

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

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

 span { border-color: rgb(244,223,206); }

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