#F0C5ED

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

Shades of Snuff #F0C5ED

Tints of Snuff #F0C5ED

Color information

#F0C5ED (or 0xF0C5ED) is unknown color: approx Snuff. HEX triplet: F0, C5 and ED. RGB value is (240,197,237). Sum of RGB (Red+Green+Blue) = 240+197+237=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5ED is #0F3A12. Grayscale: #D6D6D6. Windows color (decimal): -997907 or 15582704. OLE color: 15582704.

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

Color convert

RGB240197237-
CMYK00.180.010.06
HSL304.19º58.9%85.69%-
HSV(B)304.19º17.92%94.12%-
XYZ71.1964.5788.83-
YUV214.42140.75146.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 197 (77.34% from 255) = 29.23%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=35.61%
G=29.23%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019723700.180.010.06304.1958.985.69
HexF0C5ED012161303b56
Octal3603053550221646073126
Binary11110000110001011110110101001011101001100001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C5ED; }

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

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

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

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

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

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

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

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