#FBC6FB

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

Shades of Snuff #FBC6FB

Tints of Snuff #FBC6FB

Color information

#FBC6FB (or 0xFBC6FB) is unknown color: approx Snuff. HEX triplet: FB, C6 and FB. RGB value is (251,198,251). Sum of RGB (Red+Green+Blue) = 251+198+251=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 198 (77.73% from 255 or 28.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6FB is #043904. Grayscale: #DBDBDB. Windows color (decimal): -276741 or 16500475. OLE color: 16500475.

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

Color convert

RGB251198251-
CMYK00.2100.02
HSL300º86.89%88.04%-
HSV(B)300º21.12%98.43%-
XYZ77.3967.86100.29-
YUV219.89145.56150.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 198 (77.73% from 255) = 28.29%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=35.86%
G=28.29%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119825100.2100.0230086.8988.04
HexFBC6FB0150212c5758
Octal37330637302502454127130
Binary11111011110001101111101101010101010010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6FB; }

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

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

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

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

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

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

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

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