#F0C7EE

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

Shades of Snuff #F0C7EE

Tints of Snuff #F0C7EE

Color information

#F0C7EE (or 0xF0C7EE) is unknown color: approx Snuff. HEX triplet: F0, C7 and EE. RGB value is (240,199,238). Sum of RGB (Red+Green+Blue) = 240+199+238=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7EE is #0F3811. Grayscale: #D7D7D7. Windows color (decimal): -997394 or 15648752. OLE color: 15648752.

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

Color convert

RGB240199238-
CMYK00.170.010.06
HSL302.93º57.75%86.08%-
HSV(B)302.93º17.08%94.12%-
XYZ71.7965.5589.76-
YUV215.7140.58145.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 199 (78.12% from 255) = 29.39%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=35.45%
G=29.39%
B=35.16%

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
Decimal24019923800.170.010.06302.9357.7586.08
HexF0C7EE0111612f3a56
Octal3603073560211645772126
Binary11110000110001111110111001000111101001011111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7EE; }

 p { color: rgb(240,199,238); }

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

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

 a { background-color: rgb(240,199,238); }

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

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

 span { border-color: rgb(240,199,238); }

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