#F1C2F9

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

Shades of Snuff #F1C2F9

Tints of Snuff #F1C2F9

Color information

#F1C2F9 (or 0xF1C2F9) is unknown color: approx Snuff. HEX triplet: F1, C2 and F9. RGB value is (241,194,249). Sum of RGB (Red+Green+Blue) = 241+194+249=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1C2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2F9 is #0E3D06. Grayscale: #D6D6D6. Windows color (decimal): -933127 or 16368369. OLE color: 16368369.

HSL color Cylindrical-coordinate representation of color #F1C2F9: hue angle of 291.27º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C2F9 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241194249-
CMYK0.030.2200.02
HSL291.27º82.09%86.86%-
HSV(B)291.27º22.09%97.65%-
XYZ72.6764.1298.17-
YUV214.32147.57147.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=35.23%
G=28.36%
B=36.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411942490.030.2200.02291.2782.0986.86
HexF1C2F9316021235257
Octal36130237132602443122127
Binary111100011100001011111001111011001010010001110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2F9; }

 p { color: rgb(241,194,249); }

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

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

 a { background-color: rgb(241,194,249); }

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

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

 span { border-color: rgb(241,194,249); }

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