#F0A8FE

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

Shades of Mauve #F0A8FE

Tints of Mauve #F0A8FE

Color information

#F0A8FE (or 0xF0A8FE) is unknown color: approx Mauve. HEX triplet: F0, A8 and FE. RGB value is (240,168,254). Sum of RGB (Red+Green+Blue) = 240+168+254=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FE is #0F5701. Grayscale: #C7C7C7. Windows color (decimal): -1005314 or 16689392. OLE color: 16689392.

HSL color Cylindrical-coordinate representation of color #F0A8FE: hue angle of 290.23º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A8FE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240168254-
CMYK0.060.3400.00
HSL290.23º97.73%82.75%-
HSV(B)290.23º33.86%99.61%-
XYZ67.8353.69100.55-
YUV199.33158.85157.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 168 (66.02% from 255) = 25.38%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=36.25%
G=25.38%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401682540.060.3400.00290.2397.7382.75
HexF0A8FE622001226253
Octal36025037664200442142123
Binary1111000010101000111111101101000100010010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A8FE; }

 p { color: rgb(240,168,254); }

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

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

 a { background-color: rgb(240,168,254); }

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

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

 span { border-color: rgb(240,168,254); }

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