Html Css Color HEX #F2DEC7 Sazerac

📋 copy color: '#F2DEC7'

red 242 ◦ green 222 ◦ blue 199

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

Shades of Sazerac #F2DEC7

Tints of Sazerac #F2DEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.48%

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

R = 36.5%
G = 33.48%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2DEC7 (or 0xF2DEC7) is known color: Sazerac. HEX triplet: F2, DE and C7. RGB value is (242,222,199). Sum of RGB (Red+Green+Blue) = 242+222+199=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC7 is #0D2138. Grayscale: #E1E1E1. Windows color (decimal): -860473 or 13098738. OLE color: 13098738.

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

Color convert

RGB 242 222 199 -
CMYK 0 0.08 0.18 0.05
HSL 32.09º 0.62% 0.86% -
HSV(B) 32.09º 0.18% 0.95% -
XYZ 73.05 75.24 64.71 -
YUV 225.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 242 222 199 0 0.08 0.18 0.05 32.09 0.62 0.86
Hex F2 DE C7 0 8 12 5 20 3E 56
Octal 362 336 307 0 10 22 5 40 76 126
Binary 11110010 11011110 11000111 0 1000 10010 101 100000 111110 1010110

Color Harmonies of #F2DEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEC7

Black with #F2DEC7

Text Example


Text Example

White with #F2DEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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