#FD91A5

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

Shades of Mauvelous #FD91A5

Tints of Mauvelous #FD91A5

Color information

#FD91A5 (or 0xFD91A5) is unknown color: approx Mauvelous. HEX triplet: FD, 91 and A5. RGB value is (253,145,165). Sum of RGB (Red+Green+Blue) = 253+145+165=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91A5 is #026E5A. Grayscale: #B3B3B3. Windows color (decimal): -159323 or 10850813. OLE color: 10850813.

HSL color Cylindrical-coordinate representation of color #FD91A5: hue angle of 348.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 #FD91A5 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253145165-
CMYK00.430.350.01
HSL348.89º96.43%78.04%-
HSV(B)348.89º42.69%99.22%-
XYZ57.4243.8541.03-
YUV179.57119.78180.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=44.94%
G=25.75%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314516500.430.350.01348.8996.4378.04
HexFD91A502B23115d604e
Octal375221245053431535140116
Binary1111110110010001101001010101011100011110101110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91A5; }

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

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

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

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

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

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

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

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