#F5DFCB

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

Shades of Sazerac #F5DFCB

Tints of Sazerac #F5DFCB

Color information

#F5DFCB (or 0xF5DFCB) is unknown color: approx Sazerac. HEX triplet: F5, DF and CB. RGB value is (245,223,203). Sum of RGB (Red+Green+Blue) = 245+223+203=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFCB is #0A2034. Grayscale: #E3E3E3. Windows color (decimal): -663605 or 13361141. OLE color: 13361141.

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

Color convert

RGB245223203-
CMYK00.090.170.04
HSL28.57º67.74%87.84%-
HSV(B)28.57º17.14%96.08%-
XYZ74.8276.567.32-
YUV227.3114.29140.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=36.51%
G=33.23%
B=30.25%

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
Decimal24522320300.090.170.0428.5767.7487.84
HexF5DFCB091141d4458
Octal36533731301121435104130
Binary11110101110111111100101101001100011001110110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFCB; }

 p { color: rgb(245,223,203); }

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

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

 a { background-color: rgb(245,223,203); }

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

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

 span { border-color: rgb(245,223,203); }

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