Html Css Color HEX #F8DEBD Sazerac

📋 copy color: '#F8DEBD'

red 248 ◦ green 222 ◦ blue 189

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

Shades of Sazerac #F8DEBD

Tints of Sazerac #F8DEBD

RGB

 RED value IS 248 (97.27% from 255) = 37.63%

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

 BLUE value IS 189 (74.22% from 255) = 28.68%

R = 37.63%
G = 33.69%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8DEBD (or 0xF8DEBD) is known color: Sazerac. HEX triplet: F8, DE and BD. RGB value is (248,222,189). Sum of RGB (Red+Green+Blue) = 248+222+189=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEBD is #072142. Grayscale: #E2E2E2. Windows color (decimal): -467267 or 12443384. OLE color: 12443384.

HSL color Cylindrical-coordinate representation of color #F8DEBD: hue angle of 33.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8DEBD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 222 189 -
CMYK 0 0.10 0.24 0.03
HSL 33.56º 0.81% 0.86% -
HSV(B) 33.56º 0.24% 0.97% -
XYZ 74.02 75.87 58.89 -
YUV 226.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 248 222 189 0 0.10 0.24 0.03 33.56 0.81 0.86
Hex F8 DE BD 0 A 18 3 22 51 56
Octal 370 336 275 0 12 30 3 42 121 126
Binary 11111000 11011110 10111101 0 1010 11000 11 100010 1010001 1010110

Color Harmonies of #F8DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEBD

Black with #F8DEBD

Text Example


Text Example

White with #F8DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEBD; }

 p { color: rgb(248,222,189); }

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

background-color css

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

 a { background-color: rgb(248,222,189); }

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

border-color css

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

 span { border-color: rgb(248,222,189); }

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