#F4DFCA

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

Shades of Sazerac #F4DFCA

Tints of Sazerac #F4DFCA

Color information

#F4DFCA (or 0xF4DFCA) is unknown color: approx Sazerac. HEX triplet: F4, DF and CA. RGB value is (244,223,202). Sum of RGB (Red+Green+Blue) = 244+223+202=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFCA is #0B2035. Grayscale: #E2E2E2. Windows color (decimal): -729142 or 13295604. OLE color: 13295604.

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

Color convert

RGB244223202-
CMYK00.090.170.04
HSL30º65.62%87.45%-
HSV(B)30º17.21%95.69%-
XYZ74.3676.2766.68-
YUV226.88113.96140.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=36.47%
G=33.33%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422320200.090.170.043065.6287.45
HexF4DFCA091141e4257
Octal36433731201121436102127
Binary11110100110111111100101001001100011001111010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFCA; }

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

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

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

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

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

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

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

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