#FABBFA

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

Shades of Snuff #FABBFA

Tints of Snuff #FABBFA

Color information

#FABBFA (or 0xFABBFA) is unknown color: approx Snuff. HEX triplet: FA, BB and FA. RGB value is (250,187,250). Sum of RGB (Red+Green+Blue) = 250+187+250=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFA is #054405. Grayscale: #D4D4D4. Windows color (decimal): -345094 or 16432122. OLE color: 16432122.

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

Color convert

RGB250187250-
CMYK00.2500.02
HSL300º86.3%85.69%-
HSV(B)300º25.2%98.04%-
XYZ74.4562.7798.63-
YUV213.02148.87154.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 187 (73.44% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=36.39%
G=27.22%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018725000.2500.0230086.385.69
HexFABBFA0190212c5656
Octal37227337203102454126126
Binary11111010101110111111101001100101010010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBFA; }

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

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

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

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

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

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

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

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