Html Css Color HEX #FAB1FF Mauve

📋 copy color: '#FAB1FF'

red 250 ◦ green 177 ◦ blue 255

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

Shades of Mauve #FAB1FF

Tints of Mauve #FAB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 25.95%

 BLUE value IS 255 (100% from 255) = 37.39%

R = 36.66%
G = 25.95%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAB1FF (or 0xFAB1FF) is known color: Mauve. HEX triplet: FA, B1 and FF. RGB value is (250,177,255). Sum of RGB (Red+Green+Blue) = 250+177+255=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 177 (69.53% from 255 or 25.95% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1FF is #054E00. Grayscale: #CFCFCF. Windows color (decimal): -347649 or 16757242. OLE color: 16757242.

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

Color convert

RGB 250 177 255 -
CMYK 0.02 0.31 0 0
HSL 296.15º 1% 0.85% -
HSV(B) 296.15º 0.31% 1% -
XYZ 73.2 58.99 102.14 -
YUV 207.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 250 177 255 0.02 0.31 0 0 296.15 1 0.85
Hex FA B1 FF 2 1F 0 0 128 64 55
Octal 372 261 377 2 37 0 0 450 144 125
Binary 11111010 10110001 11111111 10 11111 0 0 100101000 1100100 1010101

Color Harmonies of #FAB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1FF

Black with #FAB1FF

Text Example


Text Example

White with #FAB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1FF; }

 p { color: rgb(250,177,255); }

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

background-color css

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

 a { background-color: rgb(250,177,255); }

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

border-color css

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

 span { border-color: rgb(250,177,255); }

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