#FD91AE

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

Shades of Mauvelous #FD91AE

Tints of Mauvelous #FD91AE

Color information

#FD91AE (or 0xFD91AE) is unknown color: approx Mauvelous. HEX triplet: FD, 91 and AE. RGB value is (253,145,174). Sum of RGB (Red+Green+Blue) = 253+145+174=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91AE is #026E51. Grayscale: #B4B4B4. Windows color (decimal): -159314 or 11440637. OLE color: 11440637.

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

Color convert

RGB253145174-
CMYK00.430.310.01
HSL343.89º96.43%78.04%-
HSV(B)343.89º42.69%99.22%-
XYZ58.2744.1945.5-
YUV180.6124.28179.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=44.23%
G=25.35%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314517400.430.310.01343.8996.4378.04
HexFD91AE02B1F1158604e
Octal375221256053371530140116
Binary111111011001000110101110010101111111110101100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91AE; }

 p { color: rgb(253,145,174); }

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

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

 a { background-color: rgb(253,145,174); }

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

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

 span { border-color: rgb(253,145,174); }

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