#FE9CA9

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

Shades of Mauvelous #FE9CA9

Tints of Mauvelous #FE9CA9

Color information

#FE9CA9 (or 0xFE9CA9) is unknown color: approx Mauvelous. HEX triplet: FE, 9C and A9. RGB value is (254,156,169). Sum of RGB (Red+Green+Blue) = 254+156+169=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CA9 is #016356. Grayscale: #BABABA. Windows color (decimal): -90967 or 11115774. OLE color: 11115774.

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

Color convert

RGB254156169-
CMYK00.390.330.00
HSL352.04º98%80.39%-
HSV(B)352.04º38.58%99.61%-
XYZ59.9247.7143.59-
YUV186.78117.97175.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=43.87%
G=26.94%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415616900.390.330.00352.049880.39
HexFE9CA90272101606250
Octal376234251047410540142120
Binary1111111010011100101010010100111100001010110000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CA9; }

 p { color: rgb(254,156,169); }

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

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

 a { background-color: rgb(254,156,169); }

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

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

 span { border-color: rgb(254,156,169); }

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