Html Css Color HEX #F2DECA Sazerac

📋 copy color: '#F2DECA'

red 242 ◦ green 222 ◦ blue 202

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

Shades of Sazerac #F2DECA

Tints of Sazerac #F2DECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.33%

R = 36.34%
G = 33.33%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2DECA (or 0xF2DECA) is known color: Sazerac. HEX triplet: F2, DE and CA. RGB value is (242,222,202). Sum of RGB (Red+Green+Blue) = 242+222+202=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DECA is #0D2135. Grayscale: #E1E1E1. Windows color (decimal): -860470 or 13295346. OLE color: 13295346.

HSL color Cylindrical-coordinate representation of color #F2DECA: hue angle of 30º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2DECA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 202 -
CMYK 0 0.08 0.17 0.05
HSL 30º 0.61% 0.87% -
HSV(B) 30º 0.17% 0.95% -
XYZ 73.4 75.38 66.56 -
YUV 225.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 242 222 202 0 0.08 0.17 0.05 30 0.61 0.87
Hex F2 DE CA 0 8 11 5 1E 3D 57
Octal 362 336 312 0 10 21 5 36 75 127
Binary 11110010 11011110 11001010 0 1000 10001 101 11110 111101 1010111

Color Harmonies of #F2DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DECA

Black with #F2DECA

Text Example


Text Example

White with #F2DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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