#F0C7EA

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

Shades of Snuff #F0C7EA

Tints of Snuff #F0C7EA

Color information

#F0C7EA (or 0xF0C7EA) is unknown color: approx Snuff. HEX triplet: F0, C7 and EA. RGB value is (240,199,234). Sum of RGB (Red+Green+Blue) = 240+199+234=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7EA is #0F3815. Grayscale: #D7D7D7. Windows color (decimal): -997398 or 15386608. OLE color: 15386608.

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

Color convert

RGB240199234-
CMYK00.170.020.06
HSL308.78º57.75%86.08%-
HSV(B)308.78º17.08%94.12%-
XYZ71.2165.3186.7-
YUV215.25138.58145.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=35.66%
G=29.57%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019923400.170.020.06308.7857.7586.08
HexF0C7EA011261353a56
Octal3603073520212646572126
Binary111100001100011111101010010001101101001101011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7EA; }

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

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

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

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

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

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

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

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