Html Css Color HEX #F5ABFE Mauve

📋 copy color: '#F5ABFE'

red 245 ◦ green 171 ◦ blue 254

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

Shades of Mauve #F5ABFE

Tints of Mauve #F5ABFE

RGB

 RED value IS 245 (96.09% from 255) = 36.57%

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

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

R = 36.57%
G = 25.52%
B = 37.91%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5ABFE (or 0xF5ABFE) is known color: Mauve. HEX triplet: F5, AB and FE. RGB value is (245,171,254). Sum of RGB (Red+Green+Blue) = 245+171+254=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 171 (67.19% from 255 or 25.52% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABFE is #0A5401. Grayscale: #CACACA. Windows color (decimal): -676866 or 16690165. OLE color: 16690165.

HSL color Cylindrical-coordinate representation of color #F5ABFE: hue angle of 293.49º 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 #F5ABFE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 171 254 -
CMYK 0.04 0.33 0 0.00
HSL 293.49º 0.98% 0.83% -
HSV(B) 293.49º 0.33% 1% -
XYZ 70.11 55.69 100.82 -
YUV 202.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 245 171 254 0.04 0.33 0 0.00 293.49 0.98 0.83
Hex F5 AB FE 4 21 0 0 125 62 53
Octal 365 253 376 4 41 0 0 445 142 123
Binary 11110101 10101011 11111110 100 100001 0 0 100100101 1100010 1010011

Color Harmonies of #F5ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABFE

Black with #F5ABFE

Text Example


Text Example

White with #F5ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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