#FE95AB

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

Shades of Mauvelous #FE95AB

Tints of Mauvelous #FE95AB

Color information

#FE95AB (or 0xFE95AB) is unknown color: approx Mauvelous. HEX triplet: FE, 95 and AB. RGB value is (254,149,171). Sum of RGB (Red+Green+Blue) = 254+149+171=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95AB is #016A54. Grayscale: #B6B6B6. Windows color (decimal): -92757 or 11245054. OLE color: 11245054.

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

Color convert

RGB254149171-
CMYK00.410.330.00
HSL347.43º98.13%79.02%-
HSV(B)347.43º41.34%99.61%-
XYZ58.9745.5144.2-
YUV182.9121.29178.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=44.25%
G=25.96%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414917100.410.330.00347.4398.1379.02
HexFE95AB02921015b624f
Octal376225253051410533142117
Binary1111111010010101101010110101001100001010101101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95AB; }

 p { color: rgb(254,149,171); }

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

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

 a { background-color: rgb(254,149,171); }

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

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

 span { border-color: rgb(254,149,171); }

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