#FBC7FB

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

Shades of Snuff #FBC7FB

Tints of Snuff #FBC7FB

Color information

#FBC7FB (or 0xFBC7FB) is unknown color: approx Snuff. HEX triplet: FB, C7 and FB. RGB value is (251,199,251). Sum of RGB (Red+Green+Blue) = 251+199+251=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 199 (78.12% from 255 or 28.39% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7FB is #043804. Grayscale: #DCDCDC. Windows color (decimal): -276485 or 16500731. OLE color: 16500731.

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

Color convert

RGB251199251-
CMYK00.2100.02
HSL300º86.67%88.24%-
HSV(B)300º20.72%98.43%-
XYZ77.6268.32100.36-
YUV220.48145.23149.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 199 (78.12% from 255) = 28.39%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=35.81%
G=28.39%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119925100.2100.0230086.6788.24
HexFBC7FB0150212c5758
Octal37330737302502454127130
Binary11111011110001111111101101010101010010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7FB; }

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

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

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

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

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

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

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

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