#FD93A5

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

Shades of Mauvelous #FD93A5

Tints of Mauvelous #FD93A5

Color information

#FD93A5 (or 0xFD93A5) is unknown color: approx Mauvelous. HEX triplet: FD, 93 and A5. RGB value is (253,147,165). Sum of RGB (Red+Green+Blue) = 253+147+165=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93A5 is #026C5A. Grayscale: #B4B4B4. Windows color (decimal): -158811 or 10851325. OLE color: 10851325.

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

Color convert

RGB253147165-
CMYK00.420.350.01
HSL349.81º96.36%78.43%-
HSV(B)349.81º41.9%99.22%-
XYZ57.7344.4741.14-
YUV180.75119.12179.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=44.78%
G=26.02%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314716500.420.350.01349.8196.3678.43
HexFD93A502A23115e604e
Octal375223245052431536140116
Binary1111110110010011101001010101010100011110101111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93A5; }

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

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

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

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

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

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

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

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