Html Css Color HEX #F8DFCB Sazerac

📋 copy color: '#F8DFCB'

red 248 ◦ green 223 ◦ blue 203

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

Shades of Sazerac #F8DFCB

Tints of Sazerac #F8DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 36.8%
G = 33.09%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8DFCB (or 0xF8DFCB) is known color: Sazerac. HEX triplet: F8, DF and CB. RGB value is (248,223,203). Sum of RGB (Red+Green+Blue) = 248+223+203=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCB is #072034. Grayscale: #E4E4E4. Windows color (decimal): -466997 or 13361144. OLE color: 13361144.

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

Color convert

RGB 248 223 203 -
CMYK 0 0.10 0.18 0.03
HSL 26.67º 0.76% 0.88% -
HSV(B) 26.67º 0.18% 0.97% -
XYZ 75.88 77.04 67.37 -
YUV 228.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 248 223 203 0 0.10 0.18 0.03 26.67 0.76 0.88
Hex F8 DF CB 0 A 12 3 1B 4C 58
Octal 370 337 313 0 12 22 3 33 114 130
Binary 11111000 11011111 11001011 0 1010 10010 11 11011 1001100 1011000

Color Harmonies of #F8DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFCB

Black with #F8DFCB

Text Example


Text Example

White with #F8DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFCB; }

 p { color: rgb(248,223,203); }

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

background-color css

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

 a { background-color: rgb(248,223,203); }

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

border-color css

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

 span { border-color: rgb(248,223,203); }

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