#F0C5EB

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

Shades of Snuff #F0C5EB

Tints of Snuff #F0C5EB

Color information

#F0C5EB (or 0xF0C5EB) is unknown color: approx Snuff. HEX triplet: F0, C5 and EB. RGB value is (240,197,235). Sum of RGB (Red+Green+Blue) = 240+197+235=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5EB is #0F3A14. Grayscale: #D6D6D6. Windows color (decimal): -997909 or 15451632. OLE color: 15451632.

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

Color convert

RGB240197235-
CMYK00.180.020.06
HSL306.98º58.9%85.69%-
HSV(B)306.98º17.92%94.12%-
XYZ70.964.4687.3-
YUV214.19139.75146.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=35.71%
G=29.32%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019723500.180.020.06306.9858.985.69
HexF0C5EB012261333b56
Octal3603053530222646373126
Binary111100001100010111101011010010101101001100111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C5EB; }

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

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

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

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

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

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

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

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