#F9DEBE

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

Shades of Sazerac #F9DEBE

Tints of Sazerac #F9DEBE

Color information

#F9DEBE (or 0xF9DEBE) is unknown color: approx Sazerac. HEX triplet: F9, DE and BE. RGB value is (249,222,190). Sum of RGB (Red+Green+Blue) = 249+222+190=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEBE is #062141. Grayscale: #E2E2E2. Windows color (decimal): -401730 or 12508921. OLE color: 12508921.

HSL color Cylindrical-coordinate representation of color #F9DEBE: hue angle of 32.54º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DEBE is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249222190-
CMYK00.110.240.02
HSL32.54º83.1%86.08%-
HSV(B)32.54º23.69%97.65%-
XYZ74.4876.159.48-
YUV226.42107.45144.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=37.67%
G=33.59%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922219000.110.240.0232.5483.186.08
HexF9DEBE0B182215356
Octal37133627601330241123126
Binary11111001110111101011111001011110001010000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DEBE; }

 p { color: rgb(249,222,190); }

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

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

 a { background-color: rgb(249,222,190); }

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

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

 span { border-color: rgb(249,222,190); }

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