#F0CAED

Color #F0CAED Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F0CAED

Tints of Snuff #F0CAED

Color information

#F0CAED (or 0xF0CAED) is unknown color: approx Snuff. HEX triplet: F0, CA and ED. RGB value is (240,202,237). Sum of RGB (Red+Green+Blue) = 240+202+237=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAED is #0F3512. Grayscale: #D9D9D9. Windows color (decimal): -996627 or 15583984. OLE color: 15583984.

HSL color Cylindrical-coordinate representation of color #F0CAED: hue angle of 304.74º 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 #F0CAED is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240202237-
CMYK00.160.010.06
HSL304.74º55.88%86.67%-
HSV(B)304.74º15.83%94.12%-
XYZ72.3466.8889.22-
YUV217.35139.09144.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=35.35%
G=29.75%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020223700.160.010.06304.7455.8886.67
HexF0CAED010161313857
Octal3603123550201646170127
Binary11110000110010101110110101000011101001100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAED; }

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

 H1.HeaderClassName
 {
   color: #F0CAED;
 }
 .AnyTagClassName
 {
   color: #F0CAED;
 }
</style>
background-color css

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

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

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

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

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

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