#FB94AA

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

Shades of Mauvelous #FB94AA

Tints of Mauvelous #FB94AA

Color information

#FB94AA (or 0xFB94AA) is unknown color: approx Mauvelous. HEX triplet: FB, 94 and AA. RGB value is (251,148,170). Sum of RGB (Red+Green+Blue) = 251+148+170=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94AA is #046B55. Grayscale: #B5B5B5. Windows color (decimal): -289622 or 11179259. OLE color: 11179259.

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

Color convert

RGB251148170-
CMYK00.410.320.02
HSL347.18º92.79%78.24%-
HSV(B)347.18º41.04%98.43%-
XYZ57.6344.5943.6-
YUV181.3121.62177.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=44.11%
G=26.01%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114817000.410.320.02347.1892.7978.24
HexFB94AA02920215b5d4e
Octal373224252051402533135116
Binary11111011100101001010101001010011000001010101101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94AA; }

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

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

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

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

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

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

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

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