#F5DEBF

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

Shades of Sazerac #F5DEBF

Tints of Sazerac #F5DEBF

Color information

#F5DEBF (or 0xF5DEBF) is unknown color: approx Sazerac. HEX triplet: F5, DE and BF. RGB value is (245,222,191). Sum of RGB (Red+Green+Blue) = 245+222+191=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEBF is #0A2140. Grayscale: #E1E1E1. Windows color (decimal): -663873 or 12574453. OLE color: 12574453.

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

Color convert

RGB245222191-
CMYK00.090.220.04
HSL34.44º72.97%85.49%-
HSV(B)34.44º22.04%96.08%-
XYZ73.1875.4259.99-
YUV225.34108.62142.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 191 (75% from 255) = 29.03%
R=37.23%
G=33.74%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522219100.090.220.0434.4472.9785.49
HexF5DEBF09164224955
Octal36533627701126442111125
Binary111101011101111010111111010011011010010001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEBF; }

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

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

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

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

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

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

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

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