Html Css Color HEX #F5ABFF Mauve

📋 copy color: '#F5ABFF'

red 245 ◦ green 171 ◦ blue 255

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

Shades of Mauve #F5ABFF

Tints of Mauve #F5ABFF

RGB

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

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

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

R = 36.51%
G = 25.48%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5ABFF (or 0xF5ABFF) is known color: Mauve. HEX triplet: F5, AB and FF. RGB value is (245,171,255). Sum of RGB (Red+Green+Blue) = 245+171+255=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABFF is #0A5400. Grayscale: #CACACA. Windows color (decimal): -676865 or 16755701. OLE color: 16755701.

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

Color convert

RGB 245 171 255 -
CMYK 0.04 0.33 0 0
HSL 292.86º 1% 0.84% -
HSV(B) 292.86º 0.33% 1% -
XYZ 70.27 55.76 101.67 -
YUV 202.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 245 171 255 0.04 0.33 0 0 292.86 1 0.84
Hex F5 AB FF 4 21 0 0 125 64 54
Octal 365 253 377 4 41 0 0 445 144 124
Binary 11110101 10101011 11111111 100 100001 0 0 100100101 1100100 1010100

Color Harmonies of #F5ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABFF

Black with #F5ABFF

Text Example


Text Example

White with #F5ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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