#FAB8FC

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

Shades of Mauve #FAB8FC

Tints of Mauve #FAB8FC

Color information

#FAB8FC (or 0xFAB8FC) is unknown color: approx Mauve. HEX triplet: FA, B8 and FC. RGB value is (250,184,252). Sum of RGB (Red+Green+Blue) = 250+184+252=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8FC is #054703. Grayscale: #D3D3D3. Windows color (decimal): -345860 or 16562426. OLE color: 16562426.

HSL color Cylindrical-coordinate representation of color #FAB8FC: hue angle of 298.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB8FC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250184252-
CMYK0.010.2700.01
HSL298.24º91.89%85.49%-
HSV(B)298.24º26.98%98.82%-
XYZ74.1461.63100.08-
YUV211.49150.87155.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 184 (72.27% from 255) = 26.82%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=36.44%
G=26.82%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501842520.010.2700.01298.2491.8985.49
HexFAB8FC11B0112a5c55
Octal37227037413301452134125
Binary1111101010111000111111001110110110010101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8FC; }

 p { color: rgb(250,184,252); }

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

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

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

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

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

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

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