#F6C1FA

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

Shades of Snuff #F6C1FA

Tints of Snuff #F6C1FA

Color information

#F6C1FA (or 0xF6C1FA) is unknown color: approx Snuff. HEX triplet: F6, C1 and FA. RGB value is (246,193,250). Sum of RGB (Red+Green+Blue) = 246+193+250=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 193 (75.78% from 255 or 28.01% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C1FA is #093E05. Grayscale: #D7D7D7. Windows color (decimal): -605702 or 16433654. OLE color: 16433654.

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

Color convert

RGB246193250-
CMYK0.020.2300.02
HSL295.79º85.07%86.86%-
HSV(B)295.79º22.8%98.04%-
XYZ74.3364.6399-
YUV215.34147.56149.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 193 (75.78% from 255) = 28.01%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=35.70%
G=28.01%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461932500.020.2300.02295.7985.0786.86
HexF6C1FA217021285557
Octal36630137222702450125127
Binary111101101100000111111010101011101010010100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C1FA; }

 p { color: rgb(246,193,250); }

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

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

 a { background-color: rgb(246,193,250); }

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

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

 span { border-color: rgb(246,193,250); }

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