Html Css Color HEX #FAABFF Mauve

📋 copy color: '#FAABFF'

red 250 ◦ green 171 ◦ blue 255

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

Shades of Mauve #FAABFF

Tints of Mauve #FAABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.3%

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

R = 36.98%
G = 25.3%
B = 37.72%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAABFF (or 0xFAABFF) is known color: Mauve. HEX triplet: FA, AB and FF. RGB value is (250,171,255). Sum of RGB (Red+Green+Blue) = 250+171+255=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFF is #055400. Grayscale: #CBCBCB. Windows color (decimal): -349185 or 16755706. OLE color: 16755706.

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

Color convert

RGB 250 171 255 -
CMYK 0.02 0.33 0 0
HSL 296.43º 1% 0.84% -
HSV(B) 296.43º 0.33% 1% -
XYZ 72.04 56.67 101.75 -
YUV 204.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 250 171 255 0.02 0.33 0 0 296.43 1 0.84
Hex FA AB FF 2 21 0 0 128 64 54
Octal 372 253 377 2 41 0 0 450 144 124
Binary 11111010 10101011 11111111 10 100001 0 0 100101000 1100100 1010100

Color Harmonies of #FAABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABFF

Black with #FAABFF

Text Example


Text Example

White with #FAABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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