#FAB4FE

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

Shades of Mauve #FAB4FE

Tints of Mauve #FAB4FE

Color information

#FAB4FE (or 0xFAB4FE) is unknown color: approx Mauve. HEX triplet: FA, B4 and FE. RGB value is (250,180,254). Sum of RGB (Red+Green+Blue) = 250+180+254=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 180 (70.70% from 255 or 26.32% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4FE is #054B01. Grayscale: #D1D1D1. Windows color (decimal): -346882 or 16692474. OLE color: 16692474.

HSL color Cylindrical-coordinate representation of color #FAB4FE: hue angle of 296.76º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB4FE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250180254-
CMYK0.020.2900.00
HSL296.76º97.37%85.1%-
HSV(B)296.76º29.13%99.61%-
XYZ73.6360.12101.49-
YUV209.37153.19156.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 180 (70.70% from 255) = 26.32%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=36.55%
G=26.32%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501802540.020.2900.00296.7697.3785.1
HexFAB4FE21D001296155
Octal37226437623500451141125
Binary11111010101101001111111010111010010010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4FE; }

 p { color: rgb(250,180,254); }

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

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

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

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

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

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

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