#FD93AB

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

Shades of Mauvelous #FD93AB

Tints of Mauvelous #FD93AB

Color information

#FD93AB (or 0xFD93AB) is unknown color: approx Mauvelous. HEX triplet: FD, 93 and AB. RGB value is (253,147,171). Sum of RGB (Red+Green+Blue) = 253+147+171=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93AB is #026C54. Grayscale: #B5B5B5. Windows color (decimal): -158805 or 11244541. OLE color: 11244541.

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

Color convert

RGB253147171-
CMYK00.420.320.01
HSL346.42º96.36%78.43%-
HSV(B)346.42º41.9%99.22%-
XYZ58.2944.6944.08-
YUV181.43122.12179.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=44.31%
G=25.74%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314717100.420.320.01346.4296.3678.43
HexFD93AB02A20115a604e
Octal375223253052401532140116
Binary1111110110010011101010110101010100000110101101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93AB; }

 p { color: rgb(253,147,171); }

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

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

 a { background-color: rgb(253,147,171); }

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

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

 span { border-color: rgb(253,147,171); }

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