#FB90A9

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

Shades of Mauvelous #FB90A9

Tints of Mauvelous #FB90A9

Color information

#FB90A9 (or 0xFB90A9) is unknown color: approx Mauvelous. HEX triplet: FB, 90 and A9. RGB value is (251,144,169). Sum of RGB (Red+Green+Blue) = 251+144+169=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A9 is #046F56. Grayscale: #B2B2B2. Windows color (decimal): -290647 or 11112699. OLE color: 11112699.

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

Color convert

RGB251144169-
CMYK00.430.330.02
HSL345.98º93.04%77.45%-
HSV(B)345.98º42.63%98.43%-
XYZ56.9243.3242.9-
YUV178.84122.45179.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=44.50%
G=25.53%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114416900.430.330.02345.9893.0477.45
HexFB90A902B21215a5d4d
Octal373220251053412532135115
Binary11111011100100001010100101010111000011010101101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90A9; }

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

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

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

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

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

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

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

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