Html Css Color HEX #F0ABFF Mauve

📋 copy color: '#F0ABFF'

red 240 ◦ green 171 ◦ blue 255

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

Shades of Mauve #F0ABFF

Tints of Mauve #F0ABFF

RGB

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

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

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

R = 36.04%
G = 25.68%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0ABFF (or 0xF0ABFF) is known color: Mauve. HEX triplet: F0, AB and FF. RGB value is (240,171,255). Sum of RGB (Red+Green+Blue) = 240+171+255=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFF is #0F5400. Grayscale: #C8C8C8. Windows color (decimal): -1004545 or 16755696. OLE color: 16755696.

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

Color convert

RGB 240 171 255 -
CMYK 0.06 0.33 0 0
HSL 289.29º 1% 0.84% -
HSV(B) 289.29º 0.33% 1% -
XYZ 68.55 54.87 101.59 -
YUV 201.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 240 171 255 0.06 0.33 0 0 289.29 1 0.84
Hex F0 AB FF 6 21 0 0 121 64 54
Octal 360 253 377 6 41 0 0 441 144 124
Binary 11110000 10101011 11111111 110 100001 0 0 100100001 1100100 1010100

Color Harmonies of #F0ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABFF

Black with #F0ABFF

Text Example


Text Example

White with #F0ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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