#FD92AD

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

Shades of Mauvelous #FD92AD

Tints of Mauvelous #FD92AD

Color information

#FD92AD (or 0xFD92AD) is unknown color: approx Mauvelous. HEX triplet: FD, 92 and AD. RGB value is (253,146,173). Sum of RGB (Red+Green+Blue) = 253+146+173=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD92AD is #026D52. Grayscale: #B5B5B5. Windows color (decimal): -159059 or 11375357. OLE color: 11375357.

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

Color convert

RGB253146173-
CMYK00.420.320.01
HSL344.86º96.4%78.24%-
HSV(B)344.86º42.29%99.22%-
XYZ58.3344.4645.04-
YUV181.07123.45179.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=44.23%
G=25.52%
B=30.24%

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
Decimal25314617300.420.320.01344.8696.478.24
HexFD92AD02A201159604e
Octal375222255052401531140116
Binary1111110110010010101011010101010100000110101100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92AD; }

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

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

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

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

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

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

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

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