#FE8FA4

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

Shades of Mauvelous #FE8FA4

Tints of Mauvelous #FE8FA4

Color information

#FE8FA4 (or 0xFE8FA4) is unknown color: approx Mauvelous. HEX triplet: FE, 8F and A4. RGB value is (254,143,164). Sum of RGB (Red+Green+Blue) = 254+143+164=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA4 is #01705B. Grayscale: #B2B2B2. Windows color (decimal): -94300 or 10784766. OLE color: 10784766.

HSL color Cylindrical-coordinate representation of color #FE8FA4: hue angle of 348.65º 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 #FE8FA4 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254143164-
CMYK00.440.350.00
HSL348.65º98.23%77.84%-
HSV(B)348.65º43.7%99.61%-
XYZ57.443.440.47-
YUV178.58119.77181.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=45.28%
G=25.49%
B=29.23%

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
Decimal25414316400.440.350.00348.6598.2377.84
HexFE8FA402C23015d624e
Octal376217244054430535142116
Binary1111111010001111101001000101100100011010101110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FA4; }

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

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

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

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

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

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

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

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