Html Css Color HEX #F7DECA Sazerac

📋 copy color: '#F7DECA'

red 247 ◦ green 222 ◦ blue 202

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

Shades of Sazerac #F7DECA

Tints of Sazerac #F7DECA

RGB

 RED value IS 247 (96.88% from 255) = 36.81%

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

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

R = 36.81%
G = 33.08%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7DECA (or 0xF7DECA) is known color: Sazerac. HEX triplet: F7, DE and CA. RGB value is (247,222,202). Sum of RGB (Red+Green+Blue) = 247+222+202=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DECA is #082135. Grayscale: #E3E3E3. Windows color (decimal): -532790 or 13295351. OLE color: 13295351.

HSL color Cylindrical-coordinate representation of color #F7DECA: hue angle of 26.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7DECA is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 222 202 -
CMYK 0 0.10 0.18 0.03
HSL 26.67º 0.74% 0.88% -
HSV(B) 26.67º 0.18% 0.97% -
XYZ 75.14 76.28 66.64 -
YUV 227.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 247 222 202 0 0.10 0.18 0.03 26.67 0.74 0.88
Hex F7 DE CA 0 A 12 3 1B 4A 58
Octal 367 336 312 0 12 22 3 33 112 130
Binary 11110111 11011110 11001010 0 1010 10010 11 11011 1001010 1011000

Color Harmonies of #F7DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DECA

Black with #F7DECA

Text Example


Text Example

White with #F7DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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