#FB90A5

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

Shades of Mauvelous #FB90A5

Tints of Mauvelous #FB90A5

Color information

#FB90A5 (or 0xFB90A5) is unknown color: approx Mauvelous. HEX triplet: FB, 90 and A5. RGB value is (251,144,165). Sum of RGB (Red+Green+Blue) = 251+144+165=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A5 is #046F5A. Grayscale: #B2B2B2. Windows color (decimal): -290651 or 10850555. OLE color: 10850555.

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

Color convert

RGB251144165-
CMYK00.430.340.02
HSL348.22º93.04%77.45%-
HSV(B)348.22º42.63%98.43%-
XYZ56.5543.1740.95-
YUV178.39120.45179.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=44.82%
G=25.71%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114416500.430.340.02348.2293.0477.45
HexFB90A502B22215c5d4d
Octal373220245053422534135115
Binary11111011100100001010010101010111000101010101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90A5; }

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

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

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

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

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

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

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

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