#F0CAEA

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

Shades of Snuff #F0CAEA

Tints of Snuff #F0CAEA

Color information

#F0CAEA (or 0xF0CAEA) is unknown color: approx Snuff. HEX triplet: F0, CA and EA. RGB value is (240,202,234). Sum of RGB (Red+Green+Blue) = 240+202+234=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAEA is #0F3515. Grayscale: #D8D8D8. Windows color (decimal): -996630 or 15387376. OLE color: 15387376.

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

Color convert

RGB240202234-
CMYK00.160.020.06
HSL309.47º55.88%86.67%-
HSV(B)309.47º15.83%94.12%-
XYZ71.9166.7186.93-
YUV217.01137.59144.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=35.50%
G=29.88%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020223400.160.020.06309.4755.8886.67
HexF0CAEA010261353857
Octal3603123520202646570127
Binary111100001100101011101010010000101101001101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAEA; }

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

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

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

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

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

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

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

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