#F6BFFA

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

Shades of Snuff #F6BFFA

Tints of Snuff #F6BFFA

Color information

#F6BFFA (or 0xF6BFFA) is unknown color: approx Snuff. HEX triplet: F6, BF and FA. RGB value is (246,191,250). Sum of RGB (Red+Green+Blue) = 246+191+250=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFFA is #094005. Grayscale: #D5D5D5. Windows color (decimal): -606214 or 16433142. OLE color: 16433142.

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

Color convert

RGB246191250-
CMYK0.020.2400.02
HSL295.93º85.51%86.47%-
HSV(B)295.93º23.6%98.04%-
XYZ73.8963.7698.85-
YUV214.17148.22150.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.81%
GREEN value IS 191 (75% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=35.81%
G=27.80%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461912500.020.2400.02295.9385.5186.47
HexF6BFFA218021285656
Octal36627737223002450126126
Binary111101101011111111111010101100001010010100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFFA; }

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

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

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

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

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

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

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

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