#FBBDFB

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

Shades of Snuff #FBBDFB

Tints of Snuff #FBBDFB

Color information

#FBBDFB (or 0xFBBDFB) is unknown color: approx Snuff. HEX triplet: FB, BD and FB. RGB value is (251,189,251). Sum of RGB (Red+Green+Blue) = 251+189+251=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFB is #044204. Grayscale: #D6D6D6. Windows color (decimal): -279045 or 16498171. OLE color: 16498171.

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

Color convert

RGB251189251-
CMYK00.2500.02
HSL300º88.57%86.27%-
HSV(B)300º24.7%98.43%-
XYZ75.3963.8799.62-
YUV214.61148.54153.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 189 (74.22% from 255) = 27.35%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=36.32%
G=27.35%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118925100.2500.0230088.5786.27
HexFBBDFB0190212c5956
Octal37327537303102454131126
Binary11111011101111011111101101100101010010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDFB; }

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

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

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

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

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

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

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

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