Html Css Color HEX #F2DDC2 Sazerac

📋 copy color: '#F2DDC2'

red 242 ◦ green 221 ◦ blue 194

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

Shades of Sazerac #F2DDC2

Tints of Sazerac #F2DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.53%

R = 36.83%
G = 33.64%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2DDC2 (or 0xF2DDC2) is known color: Sazerac. HEX triplet: F2, DD and C2. RGB value is (242,221,194). Sum of RGB (Red+Green+Blue) = 242+221+194=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC2 is #0D223D. Grayscale: #E0E0E0. Windows color (decimal): -860734 or 12770802. OLE color: 12770802.

HSL color Cylindrical-coordinate representation of color #F2DDC2: hue angle of 33.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2DDC2 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 194 -
CMYK 0 0.09 0.20 0.05
HSL 33.75º 0.65% 0.85% -
HSV(B) 33.75º 0.2% 0.95% -
XYZ 72.21 74.49 61.61 -
YUV 224.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 242 221 194 0 0.09 0.20 0.05 33.75 0.65 0.85
Hex F2 DD C2 0 9 14 5 22 41 55
Octal 362 335 302 0 11 24 5 42 101 125
Binary 11110010 11011101 11000010 0 1001 10100 101 100010 1000001 1010101

Color Harmonies of #F2DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDC2

Black with #F2DDC2

Text Example


Text Example

White with #F2DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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