#F0C5EF

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

Shades of Snuff #F0C5EF

Tints of Snuff #F0C5EF

Color information

#F0C5EF (or 0xF0C5EF) is unknown color: approx Snuff. HEX triplet: F0, C5 and EF. RGB value is (240,197,239). Sum of RGB (Red+Green+Blue) = 240+197+239=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5EF is #0F3A10. Grayscale: #D6D6D6. Windows color (decimal): -997905 or 15713776. OLE color: 15713776.

HSL color Cylindrical-coordinate representation of color #F0C5EF: hue angle of 301.4º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C5EF is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240197239-
CMYK00.180.000.06
HSL301.4º58.9%85.69%-
HSV(B)301.4º17.92%94.12%-
XYZ71.4864.6990.38-
YUV214.64141.75146.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=35.50%
G=29.14%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019723900.180.000.06301.458.985.69
HexF0C5EF0120612d3b56
Octal3603053570220645573126
Binary11110000110001011110111101001001101001011011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C5EF; }

 p { color: rgb(240,197,239); }

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

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

 a { background-color: rgb(240,197,239); }

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

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

 span { border-color: rgb(240,197,239); }

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