#F9BFFB

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

Shades of Snuff #F9BFFB

Tints of Snuff #F9BFFB

Color information

#F9BFFB (or 0xF9BFFB) is unknown color: approx Snuff. HEX triplet: F9, BF and FB. RGB value is (249,191,251). Sum of RGB (Red+Green+Blue) = 249+191+251=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFB is #064004. Grayscale: #D7D7D7. Windows color (decimal): -409605 or 16498681. OLE color: 16498681.

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

Color convert

RGB249191251-
CMYK0.010.2400.02
HSL298º88.24%86.67%-
HSV(B)298º23.9%98.43%-
XYZ75.1164.3799.73-
YUV215.18148.22152.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.03%
GREEN value IS 191 (75% from 255) = 27.64%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=36.03%
G=27.64%
B=36.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491912510.010.2400.0229888.2486.67
HexF9BFFB1180212a5857
Octal37127737313002452130127
Binary11111001101111111111101111100001010010101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFFB; }

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

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

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

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

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

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

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

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