#F0C9EB

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

Shades of Snuff #F0C9EB

Tints of Snuff #F0C9EB

Color information

#F0C9EB (or 0xF0C9EB) is unknown color: approx Snuff. HEX triplet: F0, C9 and EB. RGB value is (240,201,235). Sum of RGB (Red+Green+Blue) = 240+201+235=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9EB is #0F3614. Grayscale: #D8D8D8. Windows color (decimal): -996885 or 15452656. OLE color: 15452656.

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

Color convert

RGB240201235-
CMYK00.160.020.06
HSL307.69º56.52%86.47%-
HSV(B)307.69º16.25%94.12%-
XYZ71.8266.387.61-
YUV216.54138.42144.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 201 (78.91% from 255) = 29.73%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=35.50%
G=29.73%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020123500.160.020.06307.6956.5286.47
HexF0C9EB010261343956
Octal3603113530202646471126
Binary111100001100100111101011010000101101001101001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9EB; }

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

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

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

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

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

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

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

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