#FABCFB

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

Shades of Snuff #FABCFB

Tints of Snuff #FABCFB

Color information

#FABCFB (or 0xFABCFB) is unknown color: approx Snuff. HEX triplet: FA, BC and FB. RGB value is (250,188,251). Sum of RGB (Red+Green+Blue) = 250+188+251=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #FABCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFB is #054304. Grayscale: #D5D5D5. Windows color (decimal): -344837 or 16497914. OLE color: 16497914.

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

Color convert

RGB250188251-
CMYK0.000.2500.02
HSL299.05º88.73%86.08%-
HSV(B)299.05º25.1%98.43%-
XYZ74.8263.2699.53-
YUV213.72149.04153.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 188 (73.83% from 255) = 27.29%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=36.28%
G=27.29%
B=36.43%

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
Decimal2501882510.000.2500.02299.0588.7386.08
HexFABCFB0190212b5956
Octal37227437303102453131126
Binary11111010101111001111101101100101010010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCFB; }

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

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

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

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

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

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

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

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