Html Css Color HEX #FAB2FE Mauve

📋 copy color: '#FAB2FE'

red 250 ◦ green 178 ◦ blue 254

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

Shades of Mauve #FAB2FE

Tints of Mauve #FAB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.1%

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

R = 36.66%
G = 26.1%
B = 37.24%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAB2FE (or 0xFAB2FE) is known color: Mauve. HEX triplet: FA, B2 and FE. RGB value is (250,178,254). Sum of RGB (Red+Green+Blue) = 250+178+254=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2FE is #054D01. Grayscale: #CFCFCF. Windows color (decimal): -347394 or 16691962. OLE color: 16691962.

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

Color convert

RGB 250 178 254 -
CMYK 0.02 0.30 0 0.00
HSL 296.84º 0.97% 0.85% -
HSV(B) 296.84º 0.3% 1% -
XYZ 73.23 59.32 101.36 -
YUV 208.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 250 178 254 0.02 0.30 0 0.00 296.84 0.97 0.85
Hex FA B2 FE 2 1E 0 0 129 61 55
Octal 372 262 376 2 36 0 0 451 141 125
Binary 11111010 10110010 11111110 10 11110 0 0 100101001 1100001 1010101

Color Harmonies of #FAB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2FE

Black with #FAB2FE

Text Example


Text Example

White with #FAB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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