#F0CAE9

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

Shades of Snuff #F0CAE9

Tints of Snuff #F0CAE9

Color information

#F0CAE9 (or 0xF0CAE9) is unknown color: approx Snuff. HEX triplet: F0, CA and E9. RGB value is (240,202,233). Sum of RGB (Red+Green+Blue) = 240+202+233=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAE9 is #0F3516. Grayscale: #D8D8D8. Windows color (decimal): -996631 or 15321840. OLE color: 15321840.

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

Color convert

RGB240202233-
CMYK00.160.030.06
HSL311.05º55.88%86.67%-
HSV(B)311.05º15.83%94.12%-
XYZ71.7666.6586.17-
YUV216.9137.09144.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=35.56%
G=29.93%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020223300.160.030.06311.0555.8886.67
HexF0CAE9010361373857
Octal3603123510203646770127
Binary111100001100101011101001010000111101001101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAE9; }

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

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

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

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

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

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

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

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