#FE9BAA

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

Shades of Mauvelous #FE9BAA

Tints of Mauvelous #FE9BAA

Color information

#FE9BAA (or 0xFE9BAA) is unknown color: approx Mauvelous. HEX triplet: FE, 9B and AA. RGB value is (254,155,170). Sum of RGB (Red+Green+Blue) = 254+155+170=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BAA is #016455. Grayscale: #BABABA. Windows color (decimal): -91222 or 11181054. OLE color: 11181054.

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

Color convert

RGB254155170-
CMYK00.390.330.00
HSL350.91º98.02%80.2%-
HSV(B)350.91º38.98%99.61%-
XYZ59.8547.4244.03-
YUV186.31118.8176.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=43.87%
G=26.77%
B=29.36%

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
Decimal25415517000.390.330.00350.9198.0280.2
HexFE9BAA02721015f6250
Octal376233252047410537142120
Binary1111111010011011101010100100111100001010101111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BAA; }

 p { color: rgb(254,155,170); }

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

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

 a { background-color: rgb(254,155,170); }

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

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

 span { border-color: rgb(254,155,170); }

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