#F29EFE

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

Shades of Mauve #F29EFE

Tints of Mauve #F29EFE

Color information

#F29EFE (or 0xF29EFE) is unknown color: approx Mauve. HEX triplet: F2, 9E and FE. RGB value is (242,158,254). Sum of RGB (Red+Green+Blue) = 242+158+254=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #F29EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EFE is #0D6101. Grayscale: #C1C1C1. Windows color (decimal): -876802 or 16686834. OLE color: 16686834.

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

Color convert

RGB242158254-
CMYK0.050.3800.00
HSL292.5º97.96%80.78%-
HSV(B)292.5º37.8%99.61%-
XYZ66.7350.4999.99-
YUV194.06161.83162.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 158 (62.11% from 255) = 24.16%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=37.00%
G=24.16%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421582540.050.3800.00292.597.9680.78
HexF29EFE526001246251
Octal36223637654600444142121
Binary1111001010011110111111101011001100010010010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EFE; }

 p { color: rgb(242,158,254); }

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

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

 a { background-color: rgb(242,158,254); }

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

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

 span { border-color: rgb(242,158,254); }

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