#F6BDFA

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

Shades of Snuff #F6BDFA

Tints of Snuff #F6BDFA

Color information

#F6BDFA (or 0xF6BDFA) is unknown color: approx Snuff. HEX triplet: F6, BD and FA. RGB value is (246,189,250). Sum of RGB (Red+Green+Blue) = 246+189+250=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDFA is #094205. Grayscale: #D4D4D4. Windows color (decimal): -606726 or 16432630. OLE color: 16432630.

HSL color Cylindrical-coordinate representation of color #F6BDFA: hue angle of 296.07º 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 #F6BDFA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246189250-
CMYK0.020.2400.02
HSL296.07º85.92%86.08%-
HSV(B)296.07º24.4%98.04%-
XYZ73.4662.8998.71-
YUV213148.88151.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 189 (74.22% from 255) = 27.59%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=35.91%
G=27.59%
B=36.50%

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
Decimal2461892500.020.2400.02296.0785.9286.08
HexF6BDFA218021285656
Octal36627537223002450126126
Binary111101101011110111111010101100001010010100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDFA; }

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

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

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

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

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

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

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

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