#FB90AA

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

Shades of Mauvelous #FB90AA

Tints of Mauvelous #FB90AA

Color information

#FB90AA (or 0xFB90AA) is unknown color: approx Mauvelous. HEX triplet: FB, 90 and AA. RGB value is (251,144,170). Sum of RGB (Red+Green+Blue) = 251+144+170=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90AA is #046F55. Grayscale: #B2B2B2. Windows color (decimal): -290646 or 11178235. OLE color: 11178235.

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

Color convert

RGB251144170-
CMYK00.430.320.02
HSL345.42º93.04%77.45%-
HSV(B)345.42º42.63%98.43%-
XYZ57.0143.3643.39-
YUV178.96122.95179.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=44.42%
G=25.49%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114417000.430.320.02345.4293.0477.45
HexFB90AA02B2021595d4d
Octal373220252053402531135115
Binary11111011100100001010101001010111000001010101100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90AA; }

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

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

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

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

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

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

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

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