#FABFFA

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

Shades of Snuff #FABFFA

Tints of Snuff #FABFFA

Color information

#FABFFA (or 0xFABFFA) is unknown color: approx Snuff. HEX triplet: FA, BF and FA. RGB value is (250,191,250). Sum of RGB (Red+Green+Blue) = 250+191+250=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFA is #054005. Grayscale: #D7D7D7. Windows color (decimal): -344070 or 16433146. OLE color: 16433146.

HSL color Cylindrical-coordinate representation of color #FABFFA: 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.24%. Process color model (Four color, CMYK) of #FABFFA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250191250-
CMYK00.2400.02
HSL300º85.51%86.47%-
HSV(B)300º23.6%98.04%-
XYZ75.3164.4998.92-
YUV215.37147.55152.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 191 (75% from 255) = 27.64%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=36.18%
G=27.64%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019125000.2400.0230085.5186.47
HexFABFFA0180212c5656
Octal37227737203002454126126
Binary11111010101111111111101001100001010010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFFA; }

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

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

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

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

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

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

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

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