Html Css Color HEX #F8DFCD Sazerac

📋 copy color: '#F8DFCD'

red 248 ◦ green 223 ◦ blue 205

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

Shades of Sazerac #F8DFCD

Tints of Sazerac #F8DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.33%

R = 36.69%
G = 32.99%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8DFCD (or 0xF8DFCD) is known color: Sazerac. HEX triplet: F8, DF and CD. RGB value is (248,223,205). Sum of RGB (Red+Green+Blue) = 248+223+205=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCD is #072032. Grayscale: #E4E4E4. Windows color (decimal): -466995 or 13492216. OLE color: 13492216.

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

Color convert

RGB 248 223 205 -
CMYK 0 0.10 0.17 0.03
HSL 25.12º 0.75% 0.89% -
HSV(B) 25.12º 0.17% 0.97% -
XYZ 76.12 77.14 68.64 -
YUV 228.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 248 223 205 0 0.10 0.17 0.03 25.12 0.75 0.89
Hex F8 DF CD 0 A 11 3 19 4B 59
Octal 370 337 315 0 12 21 3 31 113 131
Binary 11111000 11011111 11001101 0 1010 10001 11 11001 1001011 1011001

Color Harmonies of #F8DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFCD

Black with #F8DFCD

Text Example


Text Example

White with #F8DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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