Html Css Color HEX #F0ABF8 Mauve

📋 copy color: '#F0ABF8'

red 240 ◦ green 171 ◦ blue 248

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

Shades of Mauve #F0ABF8

Tints of Mauve #F0ABF8

RGB

 RED value IS 240 (94.14% from 255) = 36.42%

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

 BLUE value IS 248 (97.27% from 255) = 37.63%

R = 36.42%
G = 25.95%
B = 37.63%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F0ABF8 (or 0xF0ABF8) is known color: Mauve. HEX triplet: F0, AB and F8. RGB value is (240,171,248). Sum of RGB (Red+Green+Blue) = 240+171+248=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0ABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF8 is #0F5407. Grayscale: #C8C8C8. Windows color (decimal): -1004552 or 16296944. OLE color: 16296944.

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

Color convert

RGB 240 171 248 -
CMYK 0.03 0.31 0 0.03
HSL 293.77º 0.85% 0.82% -
HSV(B) 293.77º 0.31% 0.97% -
XYZ 67.44 54.43 95.76 -
YUV 200.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 240 171 248 0.03 0.31 0 0.03 293.77 0.85 0.82
Hex F0 AB F8 3 1F 0 3 126 55 52
Octal 360 253 370 3 37 0 3 446 125 122
Binary 11110000 10101011 11111000 11 11111 0 11 100100110 1010101 1010010

Color Harmonies of #F0ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABF8

Black with #F0ABF8

Text Example


Text Example

White with #F0ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABF8; }

 p { color: rgb(240,171,248); }

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

background-color css

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

 a { background-color: rgb(240,171,248); }

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

border-color css

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

 span { border-color: rgb(240,171,248); }

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