Html Css Color HEX #F8DDC4 Sazerac

📋 copy color: '#F8DDC4'

red 248 ◦ green 221 ◦ blue 196

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

Shades of Sazerac #F8DDC4

Tints of Sazerac #F8DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

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

R = 37.29%
G = 33.23%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8DDC4 (or 0xF8DDC4) is known color: Sazerac. HEX triplet: F8, DD and C4. RGB value is (248,221,196). Sum of RGB (Red+Green+Blue) = 248+221+196=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 196 (76.95% from 255 or 29.47% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDC4 is #07223B. Grayscale: #E2E2E2. Windows color (decimal): -467516 or 12901880. OLE color: 12901880.

HSL color Cylindrical-coordinate representation of color #F8DDC4: hue angle of 28.85º 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 #F8DDC4 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 221 196 -
CMYK 0 0.11 0.21 0.03
HSL 28.85º 0.79% 0.87% -
HSV(B) 28.85º 0.21% 0.97% -
XYZ 74.53 75.65 62.9 -
YUV 226.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 248 221 196 0 0.11 0.21 0.03 28.85 0.79 0.87
Hex F8 DD C4 0 B 15 3 1D 4F 57
Octal 370 335 304 0 13 25 3 35 117 127
Binary 11111000 11011101 11000100 0 1011 10101 11 11101 1001111 1010111

Color Harmonies of #F8DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDC4

Black with #F8DDC4

Text Example


Text Example

White with #F8DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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