Html Css Color HEX #F8E0C4 Sazerac

📋 copy color: '#F8E0C4'

red 248 ◦ green 224 ◦ blue 196

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

Shades of Sazerac #F8E0C4

Tints of Sazerac #F8E0C4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.53%

 BLUE value IS 196 (76.95% from 255) = 29.34%

R = 37.13%
G = 33.53%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8E0C4 (or 0xF8E0C4) is known color: Sazerac. HEX triplet: F8, E0 and C4. RGB value is (248,224,196). Sum of RGB (Red+Green+Blue) = 248+224+196=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0C4 is #071F3B. Grayscale: #E4E4E4. Windows color (decimal): -466748 or 12902648. OLE color: 12902648.

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

Color convert

RGB 248 224 196 -
CMYK 0 0.10 0.21 0.03
HSL 32.31º 0.79% 0.87% -
HSV(B) 32.31º 0.21% 0.97% -
XYZ 75.33 77.25 63.17 -
YUV 227.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 248 224 196 0 0.10 0.21 0.03 32.31 0.79 0.87
Hex F8 E0 C4 0 A 15 3 20 4F 57
Octal 370 340 304 0 12 25 3 40 117 127
Binary 11111000 11100000 11000100 0 1010 10101 11 100000 1001111 1010111

Color Harmonies of #F8E0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E0C4

Black with #F8E0C4

Text Example


Text Example

White with #F8E0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E0C4; }

 p { color: rgb(248,224,196); }

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

background-color css

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

 a { background-color: rgb(248,224,196); }

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

border-color css

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

 span { border-color: rgb(248,224,196); }

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