#FB90AE

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

Shades of Mauvelous #FB90AE

Tints of Mauvelous #FB90AE

Color information

#FB90AE (or 0xFB90AE) is unknown color: approx Mauvelous. HEX triplet: FB, 90 and AE. RGB value is (251,144,174). Sum of RGB (Red+Green+Blue) = 251+144+174=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90AE is #046F51. Grayscale: #B3B3B3. Windows color (decimal): -290642 or 11440379. OLE color: 11440379.

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

Color convert

RGB251144174-
CMYK00.430.310.02
HSL343.18º93.04%77.45%-
HSV(B)343.18º42.63%98.43%-
XYZ57.443.5145.42-
YUV179.41124.95179.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=44.11%
G=25.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114417400.430.310.02343.1893.0477.45
HexFB90AE02B1F21575d4d
Octal373220256053372527135115
Binary1111101110010000101011100101011111111010101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90AE; }

 p { color: rgb(251,144,174); }

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

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

 a { background-color: rgb(251,144,174); }

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

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

 span { border-color: rgb(251,144,174); }

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