#FD91AF

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

Shades of Mauvelous #FD91AF

Tints of Mauvelous #FD91AF

Color information

#FD91AF (or 0xFD91AF) is unknown color: approx Mauvelous. HEX triplet: FD, 91 and AF. RGB value is (253,145,175). Sum of RGB (Red+Green+Blue) = 253+145+175=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91AF is #026E50. Grayscale: #B4B4B4. Windows color (decimal): -159313 or 11506173. OLE color: 11506173.

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

Color convert

RGB253145175-
CMYK00.430.310.01
HSL343.33º96.43%78.04%-
HSV(B)343.33º42.69%99.22%-
XYZ58.3744.2346.02-
YUV180.71124.78179.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=44.15%
G=25.31%
B=30.54%

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
Decimal25314517500.430.310.01343.3396.4378.04
HexFD91AF02B1F1157604e
Octal375221257053371527140116
Binary111111011001000110101111010101111111110101011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91AF; }

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

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

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

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

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

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

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

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