#F0ABFC

Color #F0ABFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F0ABFC

Tints of Mauve #F0ABFC

Color information

#F0ABFC (or 0xF0ABFC) is unknown color: approx Mauve. HEX triplet: F0, AB and FC. RGB value is (240,171,252). Sum of RGB (Red+Green+Blue) = 240+171+252=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFC is #0F5403. Grayscale: #C8C8C8. Windows color (decimal): -1004548 or 16559088. OLE color: 16559088.

HSL color Cylindrical-coordinate representation of color #F0ABFC: hue angle of 291.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ABFC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240171252-
CMYK0.050.3200.01
HSL291.11º93.1%82.94%-
HSV(B)291.11º32.14%98.82%-
XYZ68.0754.6899.06-
YUV200.86156.86155.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 171 (67.19% from 255) = 25.79%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=36.20%
G=25.79%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401712520.050.3200.01291.1193.182.94
HexF0ABFC520011235d53
Octal36025337454001443135123
Binary1111000010101011111111001011000000110010001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABFC; }

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

 H1.HeaderClassName
 {
   color: #F0ABFC;
 }
 .AnyTagClassName
 {
   color: #F0ABFC;
 }
</style>
background-color css

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

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

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

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

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

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