#F6C5FA

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

Shades of Snuff #F6C5FA

Tints of Snuff #F6C5FA

Color information

#F6C5FA (or 0xF6C5FA) is unknown color: approx Snuff. HEX triplet: F6, C5 and FA. RGB value is (246,197,250). Sum of RGB (Red+Green+Blue) = 246+197+250=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5FA is #093A05. Grayscale: #D9D9D9. Windows color (decimal): -604678 or 16434678. OLE color: 16434678.

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

Color convert

RGB246197250-
CMYK0.020.2100.02
HSL295.47º84.13%87.65%-
HSV(B)295.47º21.2%98.04%-
XYZ75.2366.4399.3-
YUV217.69146.23148.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 28.43%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=35.50%
G=28.43%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461972500.020.2100.02295.4784.1387.65
HexF6C5FA215021275458
Octal36630537222502447124130
Binary111101101100010111111010101010101010010011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C5FA; }

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

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

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

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

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

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

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

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