#FB9AAB

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

Shades of Mauvelous #FB9AAB

Tints of Mauvelous #FB9AAB

Color information

#FB9AAB (or 0xFB9AAB) is unknown color: approx Mauvelous. HEX triplet: FB, 9A and AB. RGB value is (251,154,171). Sum of RGB (Red+Green+Blue) = 251+154+171=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AAB is #046554. Grayscale: #B8B8B8. Windows color (decimal): -288085 or 11246331. OLE color: 11246331.

HSL color Cylindrical-coordinate representation of color #FB9AAB: hue angle of 349.48º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AAB is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251154171-
CMYK00.390.320.02
HSL349.48º92.38%79.41%-
HSV(B)349.48º38.65%98.43%-
XYZ58.6946.5644.42-
YUV184.94120.14175.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=43.58%
G=26.74%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115417100.390.320.02349.4892.3879.41
HexFB9AAB02720215d5c4f
Octal373232253047402535134117
Binary11111011100110101010101101001111000001010101110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AAB; }

 p { color: rgb(251,154,171); }

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

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

 a { background-color: rgb(251,154,171); }

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

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

 span { border-color: rgb(251,154,171); }

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