#F1C9ED

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

Shades of Snuff #F1C9ED

Tints of Snuff #F1C9ED

Color information

#F1C9ED (or 0xF1C9ED) is unknown color: approx Snuff. HEX triplet: F1, C9 and ED. RGB value is (241,201,237). Sum of RGB (Red+Green+Blue) = 241+201+237=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9ED is #0E3612. Grayscale: #D8D8D8. Windows color (decimal): -931347 or 15583729. OLE color: 15583729.

HSL color Cylindrical-coordinate representation of color #F1C9ED: hue angle of 306º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C9ED is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241201237-
CMYK00.170.020.05
HSL306º58.82%86.67%-
HSV(B)306º16.6%94.51%-
XYZ72.4566.5989.16-
YUV217.06139.25145.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=35.49%
G=29.60%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120123700.170.020.0530658.8286.67
HexF1C9ED011251323b57
Octal3613113550212546273127
Binary111100011100100111101101010001101011001100101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9ED; }

 p { color: rgb(241,201,237); }

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

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

 a { background-color: rgb(241,201,237); }

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

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

 span { border-color: rgb(241,201,237); }

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