#FD94AD

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

Shades of Mauvelous #FD94AD

Tints of Mauvelous #FD94AD

Color information

#FD94AD (or 0xFD94AD) is unknown color: approx Mauvelous. HEX triplet: FD, 94 and AD. RGB value is (253,148,173). Sum of RGB (Red+Green+Blue) = 253+148+173=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD94AD is #026B52. Grayscale: #B6B6B6. Windows color (decimal): -158547 or 11375869. OLE color: 11375869.

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

Color convert

RGB253148173-
CMYK00.420.320.01
HSL345.71º96.33%78.63%-
HSV(B)345.71º41.5%99.22%-
XYZ58.6445.0845.15-
YUV182.24122.79178.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=44.08%
G=25.78%
B=30.14%

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
Decimal25314817300.420.320.01345.7196.3378.63
HexFD94AD02A20115a604f
Octal375224255052401532140117
Binary1111110110010100101011010101010100000110101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94AD; }

 p { color: rgb(253,148,173); }

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

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

 a { background-color: rgb(253,148,173); }

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

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

 span { border-color: rgb(253,148,173); }

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