#FE97A8

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

Shades of Mauvelous #FE97A8

Tints of Mauvelous #FE97A8

Color information

#FE97A8 (or 0xFE97A8) is unknown color: approx Mauvelous. HEX triplet: FE, 97 and A8. RGB value is (254,151,168). Sum of RGB (Red+Green+Blue) = 254+151+168=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97A8 is #016857. Grayscale: #B7B7B7. Windows color (decimal): -92248 or 11048958. OLE color: 11048958.

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

Color convert

RGB254151168-
CMYK00.410.340.00
HSL350.1º98.1%79.41%-
HSV(B)350.1º40.55%99.61%-
XYZ59.0146.0342.82-
YUV183.74119.12178.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=44.33%
G=26.35%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415116800.410.340.00350.198.179.41
HexFE97A802922015e624f
Octal376227250051420536142117
Binary1111111010010111101010000101001100010010101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97A8; }

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

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

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

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

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

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

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

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