Html Css Color HEX #F2DDC6 Sazerac

📋 copy color: '#F2DDC6'

red 242 ◦ green 221 ◦ blue 198

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

Shades of Sazerac #F2DDC6

Tints of Sazerac #F2DDC6

RGB

 RED value IS 242 (94.92% from 255) = 36.61%

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

 BLUE value IS 198 (77.73% from 255) = 29.95%

R = 36.61%
G = 33.43%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2DDC6 (or 0xF2DDC6) is known color: Sazerac. HEX triplet: F2, DD and C6. RGB value is (242,221,198). Sum of RGB (Red+Green+Blue) = 242+221+198=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC6 is #0D2239. Grayscale: #E0E0E0. Windows color (decimal): -860730 or 13032946. OLE color: 13032946.

HSL color Cylindrical-coordinate representation of color #F2DDC6: hue angle of 31.36º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2DDC6 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 198 -
CMYK 0 0.09 0.18 0.05
HSL 31.36º 0.63% 0.86% -
HSV(B) 31.36º 0.18% 0.95% -
XYZ 72.67 74.67 64.01 -
YUV 224.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 242 221 198 0 0.09 0.18 0.05 31.36 0.63 0.86
Hex F2 DD C6 0 9 12 5 1F 3F 56
Octal 362 335 306 0 11 22 5 37 77 126
Binary 11110010 11011101 11000110 0 1001 10010 101 11111 111111 1010110

Color Harmonies of #F2DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDC6

Black with #F2DDC6

Text Example


Text Example

White with #F2DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDC6; }

 p { color: rgb(242,221,198); }

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

background-color css

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

 a { background-color: rgb(242,221,198); }

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

border-color css

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

 span { border-color: rgb(242,221,198); }

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