Html Css Color HEX #F0DECA Sazerac

📋 copy color: '#F0DECA'

red 240 ◦ green 222 ◦ blue 202

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

Shades of Sazerac #F0DECA

Tints of Sazerac #F0DECA

RGB

 RED value IS 240 (94.14% from 255) = 36.14%

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

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

R = 36.14%
G = 33.43%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0DECA (or 0xF0DECA) is known color: Sazerac. HEX triplet: F0, DE and CA. RGB value is (240,222,202). Sum of RGB (Red+Green+Blue) = 240+222+202=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DECA is #0F2135. Grayscale: #E1E1E1. Windows color (decimal): -991542 or 13295344. OLE color: 13295344.

HSL color Cylindrical-coordinate representation of color #F0DECA: hue angle of 31.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0DECA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 202 -
CMYK 0 0.08 0.16 0.06
HSL 31.58º 0.56% 0.87% -
HSV(B) 31.58º 0.16% 0.94% -
XYZ 72.72 75.03 66.53 -
YUV 225.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 240 222 202 0 0.08 0.16 0.06 31.58 0.56 0.87
Hex F0 DE CA 0 8 10 6 20 38 57
Octal 360 336 312 0 10 20 6 40 70 127
Binary 11110000 11011110 11001010 0 1000 10000 110 100000 111000 1010111

Color Harmonies of #F0DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DECA

Black with #F0DECA

Text Example


Text Example

White with #F0DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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