#F0C9EE

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

Shades of Snuff #F0C9EE

Tints of Snuff #F0C9EE

Color information

#F0C9EE (or 0xF0C9EE) is unknown color: approx Snuff. HEX triplet: F0, C9 and EE. RGB value is (240,201,238). Sum of RGB (Red+Green+Blue) = 240+201+238=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9EE is #0F3611. Grayscale: #D8D8D8. Windows color (decimal): -996882 or 15649264. OLE color: 15649264.

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

Color convert

RGB240201238-
CMYK00.160.010.06
HSL303.08º56.52%86.47%-
HSV(B)303.08º16.25%94.12%-
XYZ72.2566.4789.91-
YUV216.88139.92144.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=35.35%
G=29.60%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020123800.160.010.06303.0856.5286.47
HexF0C9EE0101612f3956
Octal3603113560201645771126
Binary11110000110010011110111001000011101001011111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9EE; }

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

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

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

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

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

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

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

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