#F5DEC8

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

Shades of Sazerac #F5DEC8

Tints of Sazerac #F5DEC8

Color information

#F5DEC8 (or 0xF5DEC8) is unknown color: approx Sazerac. HEX triplet: F5, DE and C8. RGB value is (245,222,200). Sum of RGB (Red+Green+Blue) = 245+222+200=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEC8 is #0A2137. Grayscale: #E2E2E2. Windows color (decimal): -663864 or 13164277. OLE color: 13164277.

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

Color convert

RGB245222200-
CMYK00.090.180.04
HSL29.33º69.23%87.25%-
HSV(B)29.33º18.37%96.08%-
XYZ74.275.8365.37-
YUV226.37113.12141.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 29.99%
R=36.73%
G=33.28%
B=29.99%

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
Decimal24522220000.090.180.0429.3369.2387.25
HexF5DEC8091241d4557
Octal36533631001122435105127
Binary11110101110111101100100001001100101001110110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEC8; }

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

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

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

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

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

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

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

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