Html Css Color HEX #F8DDC1 Sazerac

📋 copy color: '#F8DDC1'

red 248 ◦ green 221 ◦ blue 193

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

Shades of Sazerac #F8DDC1

Tints of Sazerac #F8DDC1

RGB

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

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

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

R = 37.46%
G = 33.38%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8DDC1 (or 0xF8DDC1) is known color: Sazerac. HEX triplet: F8, DD and C1. RGB value is (248,221,193). Sum of RGB (Red+Green+Blue) = 248+221+193=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDC1 is #07223E. Grayscale: #E2E2E2. Windows color (decimal): -467519 or 12705272. OLE color: 12705272.

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

Color convert

RGB 248 221 193 -
CMYK 0 0.11 0.22 0.03
HSL 30.55º 0.8% 0.86% -
HSV(B) 30.55º 0.22% 0.97% -
XYZ 74.19 75.52 61.12 -
YUV 225.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 248 221 193 0 0.11 0.22 0.03 30.55 0.8 0.86
Hex F8 DD C1 0 B 16 3 1F 50 56
Octal 370 335 301 0 13 26 3 37 120 126
Binary 11111000 11011101 11000001 0 1011 10110 11 11111 1010000 1010110

Color Harmonies of #F8DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDC1

Black with #F8DDC1

Text Example


Text Example

White with #F8DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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