#FB90AF

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

Shades of Mauvelous #FB90AF

Tints of Mauvelous #FB90AF

Color information

#FB90AF (or 0xFB90AF) is unknown color: approx Mauvelous. HEX triplet: FB, 90 and AF. RGB value is (251,144,175). Sum of RGB (Red+Green+Blue) = 251+144+175=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90AF is #046F50. Grayscale: #B3B3B3. Windows color (decimal): -290641 or 11505915. OLE color: 11505915.

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

Color convert

RGB251144175-
CMYK00.430.300.02
HSL342.62º93.04%77.45%-
HSV(B)342.62º42.63%98.43%-
XYZ57.4943.5545.93-
YUV179.53125.45178.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=44.04%
G=25.26%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114417500.430.300.02342.6293.0477.45
HexFB90AF02B1E21575d4d
Octal373220257053362527135115
Binary1111101110010000101011110101011111101010101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90AF; }

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

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

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

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

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

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

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

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