#FB9AA8

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

Shades of Mauvelous #FB9AA8

Tints of Mauvelous #FB9AA8

Color information

#FB9AA8 (or 0xFB9AA8) is unknown color: approx Mauvelous. HEX triplet: FB, 9A and A8. RGB value is (251,154,168). Sum of RGB (Red+Green+Blue) = 251+154+168=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AA8 is #046557. Grayscale: #B8B8B8. Windows color (decimal): -288088 or 11049723. OLE color: 11049723.

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

Color convert

RGB251154168-
CMYK00.390.330.02
HSL351.34º92.38%79.41%-
HSV(B)351.34º38.65%98.43%-
XYZ58.4146.4542.93-
YUV184.6118.64175.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=43.80%
G=26.88%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115416800.390.330.02351.3492.3879.41
HexFB9AA802721215f5c4f
Octal373232250047412537134117
Binary11111011100110101010100001001111000011010101111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AA8; }

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

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

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

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

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

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

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

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