#FE8FA6

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

Shades of Mauvelous #FE8FA6

Tints of Mauvelous #FE8FA6

Color information

#FE8FA6 (or 0xFE8FA6) is unknown color: approx Mauvelous. HEX triplet: FE, 8F and A6. RGB value is (254,143,166). Sum of RGB (Red+Green+Blue) = 254+143+166=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA6 is #017059. Grayscale: #B2B2B2. Windows color (decimal): -94298 or 10915838. OLE color: 10915838.

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

Color convert

RGB254143166-
CMYK00.440.350.00
HSL347.57º98.23%77.84%-
HSV(B)347.57º43.7%99.61%-
XYZ57.5843.4741.43-
YUV178.81120.77181.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=45.12%
G=25.40%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414316600.440.350.00347.5798.2377.84
HexFE8FA602C23015c624e
Octal376217246054430534142116
Binary1111111010001111101001100101100100011010101110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FA6; }

 p { color: rgb(254,143,166); }

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

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

 a { background-color: rgb(254,143,166); }

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

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

 span { border-color: rgb(254,143,166); }

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