#FD91A7

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

Shades of Mauvelous #FD91A7

Tints of Mauvelous #FD91A7

Color information

#FD91A7 (or 0xFD91A7) is unknown color: approx Mauvelous. HEX triplet: FD, 91 and A7. RGB value is (253,145,167). Sum of RGB (Red+Green+Blue) = 253+145+167=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91A7 is #026E58. Grayscale: #B3B3B3. Windows color (decimal): -159321 or 10981885. OLE color: 10981885.

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

Color convert

RGB253145167-
CMYK00.430.340.01
HSL347.78º96.43%78.04%-
HSV(B)347.78º42.69%99.22%-
XYZ57.6143.9242-
YUV179.8120.78180.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=44.78%
G=25.66%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314516700.430.340.01347.7896.4378.04
HexFD91A702B22115c604e
Octal375221247053421534140116
Binary1111110110010001101001110101011100010110101110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91A7; }

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

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

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

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

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

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

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

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