Html Css Color HEX #F2DDC7 Sazerac

📋 copy color: '#F2DDC7'

red 242 ◦ green 221 ◦ blue 199

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

Shades of Sazerac #F2DDC7

Tints of Sazerac #F2DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.06%

R = 36.56%
G = 33.38%
B = 30.06%

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

#F2DDC7 (or 0xF2DDC7) is known color: Sazerac. HEX triplet: F2, DD and C7. RGB value is (242,221,199). Sum of RGB (Red+Green+Blue) = 242+221+199=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC7 is #0D2238. Grayscale: #E0E0E0. Windows color (decimal): -860729 or 13098482. OLE color: 13098482.

HSL color Cylindrical-coordinate representation of color #F2DDC7: hue angle of 30.7º degrees, saturation: 0.62, 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 #F2DDC7 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 199 -
CMYK 0 0.09 0.18 0.05
HSL 30.7º 0.62% 0.86% -
HSV(B) 30.7º 0.18% 0.95% -
XYZ 72.78 74.71 64.62 -
YUV 224.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 242 221 199 0 0.09 0.18 0.05 30.7 0.62 0.86
Hex F2 DD C7 0 9 12 5 1F 3E 56
Octal 362 335 307 0 11 22 5 37 76 126
Binary 11110010 11011101 11000111 0 1001 10010 101 11111 111110 1010110

Color Harmonies of #F2DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDC7

Black with #F2DDC7

Text Example


Text Example

White with #F2DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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