#FBBCFB

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

Shades of Snuff #FBBCFB

Tints of Snuff #FBBCFB

Color information

#FBBCFB (or 0xFBBCFB) is unknown color: approx Snuff. HEX triplet: FB, BC and FB. RGB value is (251,188,251). Sum of RGB (Red+Green+Blue) = 251+188+251=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCFB is #044304. Grayscale: #D5D5D5. Windows color (decimal): -279301 or 16497915. OLE color: 16497915.

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

Color convert

RGB251188251-
CMYK00.2500.02
HSL300º88.73%86.08%-
HSV(B)300º25.1%98.43%-
XYZ75.1863.4499.55-
YUV214.02148.87154.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 188 (73.83% from 255) = 27.25%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=36.38%
G=27.25%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118825100.2500.0230088.7386.08
HexFBBCFB0190212c5956
Octal37327437303102454131126
Binary11111011101111001111101101100101010010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCFB; }

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

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

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

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

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

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

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

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