#F0A8FF

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

Shades of Mauve #F0A8FF

Tints of Mauve #F0A8FF

Color information

#F0A8FF (or 0xF0A8FF) is unknown color: approx Mauve. HEX triplet: F0, A8 and FF. RGB value is (240,168,255). Sum of RGB (Red+Green+Blue) = 240+168+255=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FF is #0F5700. Grayscale: #C7C7C7. Windows color (decimal): -1005313 or 16754928. OLE color: 16754928.

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

Color convert

RGB240168255-
CMYK0.060.3400
HSL289.66º100%82.94%-
HSV(B)289.66º34.12%100%-
XYZ67.9953.75101.4-
YUV199.45159.35156.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 168 (66.02% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 38.46%
R=36.20%
G=25.34%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401682550.060.3400289.6610082.94
HexF0A8FF622001226453
Octal36025037764200442144123
Binary1111000010101000111111111101000100010010001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A8FF; }

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

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

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

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

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

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

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

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