#F0C8ED

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

Shades of Snuff #F0C8ED

Tints of Snuff #F0C8ED

Color information

#F0C8ED (or 0xF0C8ED) is unknown color: approx Snuff. HEX triplet: F0, C8 and ED. RGB value is (240,200,237). Sum of RGB (Red+Green+Blue) = 240+200+237=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8ED is #0F3712. Grayscale: #D8D8D8. Windows color (decimal): -997139 or 15583472. OLE color: 15583472.

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

Color convert

RGB240200237-
CMYK00.170.010.06
HSL304.5º57.14%86.27%-
HSV(B)304.5º16.67%94.12%-
XYZ71.8865.9589.06-
YUV216.18139.75144.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 200 (78.52% from 255) = 29.54%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=35.45%
G=29.54%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020023700.170.010.06304.557.1486.27
HexF0C8ED011161303956
Octal3603103550211646071126
Binary11110000110010001110110101000111101001100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8ED; }

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

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

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

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

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

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

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

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