Html Css Color HEX #FAB4FE Mauve

📋 copy color: '#FAB4FE'

red 250 ◦ green 180 ◦ blue 254

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

Shades of Mauve #FAB4FE

Tints of Mauve #FAB4FE

RGB

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

 GREEN value IS 180 (70.7% 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 value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAB4FE (or 0xFAB4FE) is known color: 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

RGB 250 180 254 -
CMYK 0.02 0.29 0 0.00
HSL 296.76º 0.97% 0.85% -
HSV(B) 296.76º 0.29% 1% -
XYZ 73.63 60.12 101.49 -
YUV 209.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 250 180 254 0.02 0.29 0 0.00 296.76 0.97 0.85
Hex FA B4 FE 2 1D 0 0 129 61 55
Octal 372 264 376 2 35 0 0 451 141 125
Binary 11111010 10110100 11111110 10 11101 0 0 100101001 1100001 1010101

Color Harmonies of #FAB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4FE

Black with #FAB4FE

Text Example


Text Example

White with #FAB4FE

Text Example


Text Example

HTML Codes & Css Web 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>