#F0C9F7

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

Shades of Snuff #F0C9F7

Tints of Snuff #F0C9F7

Color information

#F0C9F7 (or 0xF0C9F7) is unknown color: approx Snuff. HEX triplet: F0, C9 and F7. RGB value is (240,201,247). Sum of RGB (Red+Green+Blue) = 240+201+247=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0C9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9F7 is #0F3608. Grayscale: #D9D9D9. Windows color (decimal): -996873 or 16239088. OLE color: 16239088.

HSL color Cylindrical-coordinate representation of color #F0C9F7: hue angle of 290.87º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C9F7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240201247-
CMYK0.030.1900.03
HSL290.87º74.19%87.84%-
HSV(B)290.87º18.62%96.86%-
XYZ73.6167.0197.05-
YUV217.9144.42143.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=34.88%
G=29.22%
B=35.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402012470.030.1900.03290.8774.1987.84
HexF0C9F7313031234a58
Octal36031136732303443112130
Binary111100001100100111110111111001101110010001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9F7; }

 p { color: rgb(240,201,247); }

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

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

 a { background-color: rgb(240,201,247); }

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

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

 span { border-color: rgb(240,201,247); }

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