#F1C3F1

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

Shades of Snuff #F1C3F1

Tints of Snuff #F1C3F1

Color information

#F1C3F1 (or 0xF1C3F1) is unknown color: approx Snuff. HEX triplet: F1, C3 and F1. RGB value is (241,195,241). Sum of RGB (Red+Green+Blue) = 241+195+241=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1C3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3F1 is #0E3C0E. Grayscale: #D5D5D5. Windows color (decimal): -932879 or 15844337. OLE color: 15844337.

HSL color Cylindrical-coordinate representation of color #F1C3F1: hue angle of 300º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C3F1 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241195241-
CMYK00.1900.05
HSL300º62.16%85.49%-
HSV(B)300º19.09%94.51%-
XYZ71.6764.0891.81-
YUV214143.24147.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 195 (76.56% from 255) = 28.80%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=35.60%
G=28.80%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119524100.1900.0530062.1685.49
HexF1C3F10130512c3e55
Octal3613033610230545476125
Binary11110001110000111111000101001101011001011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3F1; }

 p { color: rgb(241,195,241); }

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

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

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

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

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

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

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