#F4DDC0

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

Shades of Sazerac #F4DDC0

Tints of Sazerac #F4DDC0

Color information

#F4DDC0 (or 0xF4DDC0) is unknown color: approx Sazerac. HEX triplet: F4, DD and C0. RGB value is (244,221,192). Sum of RGB (Red+Green+Blue) = 244+221+192=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDC0 is #0B223F. Grayscale: #E0E0E0. Windows color (decimal): -729664 or 12639732. OLE color: 12639732.

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

Color convert

RGB244221192-
CMYK00.090.210.04
HSL33.46º70.27%85.49%-
HSV(B)33.46º21.31%95.69%-
XYZ72.6874.7560.47-
YUV224.57109.62141.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.14%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 192 (75.39% from 255) = 29.22%
R=37.14%
G=33.64%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422119200.090.210.0433.4670.2785.49
HexF4DDC009154214655
Octal36433530001125441106125
Binary111101001101110111000000010011010110010000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DDC0; }

 p { color: rgb(244,221,192); }

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

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

 a { background-color: rgb(244,221,192); }

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

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

 span { border-color: rgb(244,221,192); }

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