#FBC0FB

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

Shades of Snuff #FBC0FB

Tints of Snuff #FBC0FB

Color information

#FBC0FB (or 0xFBC0FB) is unknown color: approx Snuff. HEX triplet: FB, C0 and FB. RGB value is (251,192,251). Sum of RGB (Red+Green+Blue) = 251+192+251=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FB is #043F04. Grayscale: #D8D8D8. Windows color (decimal): -278277 or 16498939. OLE color: 16498939.

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

Color convert

RGB251192251-
CMYK00.2400.02
HSL300º88.06%86.86%-
HSV(B)300º23.51%98.43%-
XYZ76.0565.1799.84-
YUV216.37147.55152.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 192 (75.39% from 255) = 27.67%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=36.17%
G=27.67%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119225100.2400.0230088.0686.86
HexFBC0FB0180212c5857
Octal37330037303002454130127
Binary11111011110000001111101101100001010010110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0FB; }

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

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

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

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

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

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

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

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