Html Css Color HEX #F8DEC8 Sazerac

📋 copy color: '#F8DEC8'

red 248 ◦ green 222 ◦ blue 200

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

Shades of Sazerac #F8DEC8

Tints of Sazerac #F8DEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.85%

R = 37.01%
G = 33.13%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8DEC8 (or 0xF8DEC8) is known color: Sazerac. HEX triplet: F8, DE and C8. RGB value is (248,222,200). Sum of RGB (Red+Green+Blue) = 248+222+200=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEC8 is #072137. Grayscale: #E3E3E3. Windows color (decimal): -467256 or 13164280. OLE color: 13164280.

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

Color convert

RGB 248 222 200 -
CMYK 0 0.10 0.19 0.03
HSL 27.5º 0.77% 0.88% -
HSV(B) 27.5º 0.19% 0.97% -
XYZ 75.26 76.37 65.42 -
YUV 227.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 248 222 200 0 0.10 0.19 0.03 27.5 0.77 0.88
Hex F8 DE C8 0 A 13 3 1C 4D 58
Octal 370 336 310 0 12 23 3 34 115 130
Binary 11111000 11011110 11001000 0 1010 10011 11 11100 1001101 1011000

Color Harmonies of #F8DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEC8

Black with #F8DEC8

Text Example


Text Example

White with #F8DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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