#F1C9EA

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

Shades of Snuff #F1C9EA

Tints of Snuff #F1C9EA

Color information

#F1C9EA (or 0xF1C9EA) is unknown color: approx Snuff. HEX triplet: F1, C9 and EA. RGB value is (241,201,234). Sum of RGB (Red+Green+Blue) = 241+201+234=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9EA is #0E3615. Grayscale: #D8D8D8. Windows color (decimal): -931350 or 15387121. OLE color: 15387121.

HSL color Cylindrical-coordinate representation of color #F1C9EA: hue angle of 310.5º 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 #F1C9EA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241201234-
CMYK00.170.030.05
HSL310.5º58.82%86.67%-
HSV(B)310.5º16.6%94.51%-
XYZ72.0166.4186.87-
YUV216.72137.75145.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 201 (78.91% from 255) = 29.73%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=35.65%
G=29.73%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120123400.170.030.05310.558.8286.67
HexF1C9EA011351363b57
Octal3613113520213546673127
Binary111100011100100111101010010001111011001101101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9EA; }

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

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

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

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

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

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

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

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