Html Css Color HEX #F7DDC4 Sazerac

📋 copy color: '#F7DDC4'

red 247 ◦ green 221 ◦ blue 196

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

Shades of Sazerac #F7DDC4

Tints of Sazerac #F7DDC4

RGB

 RED value IS 247 (96.88% from 255) = 37.2%

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

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

R = 37.2%
G = 33.28%
B = 29.52%

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

#F7DDC4 (or 0xF7DDC4) is known color: Sazerac. HEX triplet: F7, DD and C4. RGB value is (247,221,196). Sum of RGB (Red+Green+Blue) = 247+221+196=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 196 (76.95% from 255 or 29.52% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDC4 is #08223B. Grayscale: #E2E2E2. Windows color (decimal): -533052 or 12901879. OLE color: 12901879.

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

Color convert

RGB 247 221 196 -
CMYK 0 0.11 0.21 0.03
HSL 29.41º 0.76% 0.87% -
HSV(B) 29.41º 0.21% 0.97% -
XYZ 74.18 75.47 62.88 -
YUV 225.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 247 221 196 0 0.11 0.21 0.03 29.41 0.76 0.87
Hex F7 DD C4 0 B 15 3 1D 4C 57
Octal 367 335 304 0 13 25 3 35 114 127
Binary 11110111 11011101 11000100 0 1011 10101 11 11101 1001100 1010111

Color Harmonies of #F7DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DDC4

Black with #F7DDC4

Text Example


Text Example

White with #F7DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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