#F5DDCB

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

Shades of Sazerac #F5DDCB

Tints of Sazerac #F5DDCB

Color information

#F5DDCB (or 0xF5DDCB) is unknown color: approx Sazerac. HEX triplet: F5, DD and CB. RGB value is (245,221,203). Sum of RGB (Red+Green+Blue) = 245+221+203=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDCB is #0A2234. Grayscale: #E2E2E2. Windows color (decimal): -664117 or 13360629. OLE color: 13360629.

HSL color Cylindrical-coordinate representation of color #F5DDCB: hue angle of 25.71º 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 #F5DDCB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245221203-
CMYK00.100.170.04
HSL25.71º67.74%87.84%-
HSV(B)25.71º17.14%96.08%-
XYZ74.2975.4467.15-
YUV226.12114.95141.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=36.62%
G=33.03%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522120300.100.170.0425.7167.7487.84
HexF5DDCB0A1141a4458
Octal36533531301221432104130
Binary11110101110111011100101101010100011001101010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDCB; }

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

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

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

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

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

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

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

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