#F5DEC9

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

Shades of Sazerac #F5DEC9

Tints of Sazerac #F5DEC9

Color information

#F5DEC9 (or 0xF5DEC9) is unknown color: approx Sazerac. HEX triplet: F5, DE and C9. RGB value is (245,222,201). Sum of RGB (Red+Green+Blue) = 245+222+201=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEC9 is #0A2136. Grayscale: #E2E2E2. Windows color (decimal): -663863 or 13229813. OLE color: 13229813.

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

Color convert

RGB245222201-
CMYK00.090.180.04
HSL28.64º68.75%87.45%-
HSV(B)28.64º17.96%96.08%-
XYZ74.3275.8765.99-
YUV226.48113.62141.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 30.09%
R=36.68%
G=33.23%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522220100.090.180.0428.6468.7587.45
HexF5DEC9091241d4557
Octal36533631101122435105127
Binary11110101110111101100100101001100101001110110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEC9; }

 p { color: rgb(245,222,201); }

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

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

 a { background-color: rgb(245,222,201); }

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

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

 span { border-color: rgb(245,222,201); }

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