#FBC9FB

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

Shades of Snuff #FBC9FB

Tints of Snuff #FBC9FB

Color information

#FBC9FB (or 0xFBC9FB) is unknown color: approx Snuff. HEX triplet: FB, C9 and FB. RGB value is (251,201,251). Sum of RGB (Red+Green+Blue) = 251+201+251=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9FB is #043604. Grayscale: #DDDDDD. Windows color (decimal): -275973 or 16501243. OLE color: 16501243.

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

Color convert

RGB251201251-
CMYK00.2000.02
HSL300º86.21%88.63%-
HSV(B)300º19.92%98.43%-
XYZ78.0869.25100.52-
YUV221.65144.56148.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 201 (78.91% from 255) = 28.59%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=35.70%
G=28.59%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120125100.2000.0230086.2188.63
HexFBC9FB0140212c5659
Octal37331137302402454126131
Binary11111011110010011111101101010001010010110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9FB; }

 p { color: rgb(251,201,251); }

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

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

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

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

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

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

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