#F6BFFB

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

Shades of Snuff #F6BFFB

Tints of Snuff #F6BFFB

Color information

#F6BFFB (or 0xF6BFFB) is unknown color: approx Snuff. HEX triplet: F6, BF and FB. RGB value is (246,191,251). Sum of RGB (Red+Green+Blue) = 246+191+251=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 191 (75% from 255 or 27.76% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFFB is #094004. Grayscale: #D6D6D6. Windows color (decimal): -606213 or 16498678. OLE color: 16498678.

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

Color convert

RGB246191251-
CMYK0.020.2400.02
HSL295º88.24%86.67%-
HSV(B)295º23.9%98.43%-
XYZ74.0563.8299.68-
YUV214.28148.72150.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.76%
GREEN value IS 191 (75% from 255) = 27.76%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=35.76%
G=27.76%
B=36.48%

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
Decimal2461912510.020.2400.0229588.2486.67
HexF6BFFB218021275857
Octal36627737323002447130127
Binary111101101011111111111011101100001010010011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFFB; }

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

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

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

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

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

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

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

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