Html Css Color HEX #F9DEBF Sazerac

📋 copy color: '#F9DEBF'

red 249 ◦ green 222 ◦ blue 191

#F9DEBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sazerac #F9DEBF

Tints of Sazerac #F9DEBF

RGB

 RED value IS 249 (97.66% from 255) = 37.61%

 GREEN value IS 222 (87.11% from 255) = 33.53%

 BLUE value IS 191 (75% from 255) = 28.85%

R = 37.61%
G = 33.53%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9DEBF (or 0xF9DEBF) is known color: Sazerac. HEX triplet: F9, DE and BF. RGB value is (249,222,191). Sum of RGB (Red+Green+Blue) = 249+222+191=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEBF is #062140. Grayscale: #E2E2E2. Windows color (decimal): -401729 or 12574457. OLE color: 12574457.

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

Color convert

RGB 249 222 191 -
CMYK 0 0.11 0.23 0.02
HSL 32.07º 0.83% 0.86% -
HSV(B) 32.07º 0.23% 0.98% -
XYZ 74.59 76.14 60.06 -
YUV 226.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 249 222 191 0 0.11 0.23 0.02 32.07 0.83 0.86
Hex F9 DE BF 0 B 17 2 20 53 56
Octal 371 336 277 0 13 27 2 40 123 126
Binary 11111001 11011110 10111111 0 1011 10111 10 100000 1010011 1010110

Color Harmonies of #F9DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DEBF

Black with #F9DEBF

Text Example


Text Example

White with #F9DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DEBF; }

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

 H1.HeaderClassName
 {
   color: #F9DEBF;
 }
 .AnyTagClassName
 {
   color: #F9DEBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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