Html Css Color HEX #F0ABFA Mauve

📋 copy color: '#F0ABFA'

red 240 ◦ green 171 ◦ blue 250

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

Shades of Mauve #F0ABFA

Tints of Mauve #F0ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.82%

R = 36.31%
G = 25.87%
B = 37.82%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0ABFA (or 0xF0ABFA) is known color: Mauve. HEX triplet: F0, AB and FA. RGB value is (240,171,250). Sum of RGB (Red+Green+Blue) = 240+171+250=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0ABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFA is #0F5405. Grayscale: #C8C8C8. Windows color (decimal): -1004550 or 16428016. OLE color: 16428016.

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

Color convert

RGB 240 171 250 -
CMYK 0.04 0.32 0 0.02
HSL 292.41º 0.89% 0.83% -
HSV(B) 292.41º 0.32% 0.98% -
XYZ 67.75 54.55 97.4 -
YUV 200.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 240 171 250 0.04 0.32 0 0.02 292.41 0.89 0.83
Hex F0 AB FA 4 20 0 2 124 59 53
Octal 360 253 372 4 40 0 2 444 131 123
Binary 11110000 10101011 11111010 100 100000 0 10 100100100 1011001 1010011

Color Harmonies of #F0ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABFA

Black with #F0ABFA

Text Example


Text Example

White with #F0ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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