Html Css Color HEX #F9ABFE Mauve

📋 copy color: '#F9ABFE'

red 249 ◦ green 171 ◦ blue 254

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

Shades of Mauve #F9ABFE

Tints of Mauve #F9ABFE

RGB

 RED value IS 249 (97.66% from 255) = 36.94%

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

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

R = 36.94%
G = 25.37%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9ABFE (or 0xF9ABFE) is known color: Mauve. HEX triplet: F9, AB and FE. RGB value is (249,171,254). Sum of RGB (Red+Green+Blue) = 249+171+254=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFE is #065401. Grayscale: #CBCBCB. Windows color (decimal): -414722 or 16690169. OLE color: 16690169.

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

Color convert

RGB 249 171 254 -
CMYK 0.02 0.33 0 0.00
HSL 296.39º 0.98% 0.83% -
HSV(B) 296.39º 0.33% 1% -
XYZ 71.52 56.42 100.89 -
YUV 203.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 249 171 254 0.02 0.33 0 0.00 296.39 0.98 0.83
Hex F9 AB FE 2 21 0 0 128 62 53
Octal 371 253 376 2 41 0 0 450 142 123
Binary 11111001 10101011 11111110 10 100001 0 0 100101000 1100010 1010011

Color Harmonies of #F9ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABFE

Black with #F9ABFE

Text Example


Text Example

White with #F9ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABFE; }

 p { color: rgb(249,171,254); }

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

background-color css

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

 a { background-color: rgb(249,171,254); }

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

border-color css

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

 span { border-color: rgb(249,171,254); }

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