Html Css Color HEX #F6DDC4 Sazerac

📋 copy color: '#F6DDC4'

red 246 ◦ green 221 ◦ blue 196

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

Shades of Sazerac #F6DDC4

Tints of Sazerac #F6DDC4

RGB

 RED value IS 246 (96.48% from 255) = 37.1%

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

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

R = 37.1%
G = 33.33%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6DDC4 (or 0xF6DDC4) is known color: Sazerac. HEX triplet: F6, DD and C4. RGB value is (246,221,196). Sum of RGB (Red+Green+Blue) = 246+221+196=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDC4 is #09223B. Grayscale: #E1E1E1. Windows color (decimal): -598588 or 12901878. OLE color: 12901878.

HSL color Cylindrical-coordinate representation of color #F6DDC4: hue angle of 30º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6DDC4 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 196 -
CMYK 0 0.10 0.20 0.04
HSL 30º 0.74% 0.87% -
HSV(B) 30º 0.2% 0.96% -
XYZ 73.83 75.29 62.87 -
YUV 225.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 246 221 196 0 0.10 0.20 0.04 30 0.74 0.87
Hex F6 DD C4 0 A 14 4 1E 4A 57
Octal 366 335 304 0 12 24 4 36 112 127
Binary 11110110 11011101 11000100 0 1010 10100 100 11110 1001010 1010111

Color Harmonies of #F6DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDC4

Black with #F6DDC4

Text Example


Text Example

White with #F6DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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