Html Css Color HEX #F8DEC1 Sazerac

📋 copy color: '#F8DEC1'

red 248 ◦ green 222 ◦ blue 193

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

Shades of Sazerac #F8DEC1

Tints of Sazerac #F8DEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.11%

R = 37.41%
G = 33.48%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8DEC1 (or 0xF8DEC1) is known color: Sazerac. HEX triplet: F8, DE and C1. RGB value is (248,222,193). Sum of RGB (Red+Green+Blue) = 248+222+193=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEC1 is #07213E. Grayscale: #E2E2E2. Windows color (decimal): -467263 or 12705528. OLE color: 12705528.

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

Color convert

RGB 248 222 193 -
CMYK 0 0.10 0.22 0.03
HSL 31.64º 0.8% 0.86% -
HSV(B) 31.64º 0.22% 0.97% -
XYZ 74.46 76.05 61.21 -
YUV 226.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 248 222 193 0 0.10 0.22 0.03 31.64 0.8 0.86
Hex F8 DE C1 0 A 16 3 20 50 56
Octal 370 336 301 0 12 26 3 40 120 126
Binary 11111000 11011110 11000001 0 1010 10110 11 100000 1010000 1010110

Color Harmonies of #F8DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEC1

Black with #F8DEC1

Text Example


Text Example

White with #F8DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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