Html Css Color HEX #FAB0FE Mauve

📋 copy color: '#FAB0FE'

red 250 ◦ green 176 ◦ blue 254

#FAB0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #FAB0FE

Tints of Mauve #FAB0FE

RGB

 RED value IS 250 (98.05% from 255) = 36.76%

 GREEN value IS 176 (69.14% from 255) = 25.88%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 36.76%
G = 25.88%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAB0FE (or 0xFAB0FE) is known color: Mauve. HEX triplet: FA, B0 and FE. RGB value is (250,176,254). Sum of RGB (Red+Green+Blue) = 250+176+254=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 176 (69.14% from 255 or 25.88% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0FE is #054F01. Grayscale: #CECECE. Windows color (decimal): -347906 or 16691450. OLE color: 16691450.

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

Color convert

RGB 250 176 254 -
CMYK 0.02 0.31 0 0.00
HSL 296.92º 0.98% 0.84% -
HSV(B) 296.92º 0.31% 1% -
XYZ 72.84 58.53 101.22 -
YUV 207.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 250 176 254 0.02 0.31 0 0.00 296.92 0.98 0.84
Hex FA B0 FE 2 1F 0 0 129 62 54
Octal 372 260 376 2 37 0 0 451 142 124
Binary 11111010 10110000 11111110 10 11111 0 0 100101001 1100010 1010100

Color Harmonies of #FAB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0FE

Black with #FAB0FE

Text Example


Text Example

White with #FAB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0FE; }

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

 H1.HeaderClassName
 {
   color: #FAB0FE;
 }
 .AnyTagClassName
 {
   color: #FAB0FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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