#FABBFB

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

Shades of Snuff #FABBFB

Tints of Snuff #FABBFB

Color information

#FABBFB (or 0xFABBFB) is unknown color: approx Snuff. HEX triplet: FA, BB and FB. RGB value is (250,187,251). Sum of RGB (Red+Green+Blue) = 250+187+251=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #FABBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFB is #054404. Grayscale: #D4D4D4. Windows color (decimal): -345093 or 16497658. OLE color: 16497658.

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

Color convert

RGB250187251-
CMYK0.000.2500.02
HSL299.06º88.89%85.88%-
HSV(B)299.06º25.5%98.43%-
XYZ74.6162.8399.46-
YUV213.13149.37154.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 187 (73.44% from 255) = 27.18%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=36.34%
G=27.18%
B=36.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501872510.000.2500.02299.0688.8985.88
HexFABBFB0190212b5956
Octal37227337303102453131126
Binary11111010101110111111101101100101010010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBFB; }

 p { color: rgb(250,187,251); }

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

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

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

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

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

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

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