#FB94AD

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

Shades of Mauvelous #FB94AD

Tints of Mauvelous #FB94AD

Color information

#FB94AD (or 0xFB94AD) is unknown color: approx Mauvelous. HEX triplet: FB, 94 and AD. RGB value is (251,148,173). Sum of RGB (Red+Green+Blue) = 251+148+173=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94AD is #046B52. Grayscale: #B5B5B5. Windows color (decimal): -289619 or 11375867. OLE color: 11375867.

HSL color Cylindrical-coordinate representation of color #FB94AD: hue angle of 345.44º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94AD is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251148173-
CMYK00.410.310.02
HSL345.44º92.79%78.24%-
HSV(B)345.44º41.04%98.43%-
XYZ57.9244.7145.11-
YUV181.65123.12177.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=43.88%
G=25.87%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114817300.410.310.02345.4492.7978.24
HexFB94AD0291F21595d4e
Octal373224255051372531135116
Binary1111101110010100101011010101001111111010101100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94AD; }

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

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

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

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

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

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

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

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