#FD9EAA

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

Shades of Mauvelous #FD9EAA

Tints of Mauvelous #FD9EAA

Color information

#FD9EAA (or 0xFD9EAA) is unknown color: approx Mauvelous. HEX triplet: FD, 9E and AA. RGB value is (253,158,170). Sum of RGB (Red+Green+Blue) = 253+158+170=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9EAA is #026155. Grayscale: #BBBBBB. Windows color (decimal): -155990 or 11181821. OLE color: 11181821.

HSL color Cylindrical-coordinate representation of color #FD9EAA: hue angle of 352.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EAA is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253158170-
CMYK00.380.330.01
HSL352.42º95.96%80.59%-
HSV(B)352.42º37.55%99.22%-
XYZ59.9948.2444.18-
YUV187.77117.97174.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=43.55%
G=27.19%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315817000.380.330.01352.4295.9680.59
HexFD9EAA0262111606051
Octal375236252046411540140121
Binary1111110110011110101010100100110100001110110000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EAA; }

 p { color: rgb(253,158,170); }

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

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

 a { background-color: rgb(253,158,170); }

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

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

 span { border-color: rgb(253,158,170); }

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