#FB99A9

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

Shades of Mauvelous #FB99A9

Tints of Mauvelous #FB99A9

Color information

#FB99A9 (or 0xFB99A9) is unknown color: approx Mauvelous. HEX triplet: FB, 99 and A9. RGB value is (251,153,169). Sum of RGB (Red+Green+Blue) = 251+153+169=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB99A9 is #046656. Grayscale: #B8B8B8. Windows color (decimal): -288343 or 11115003. OLE color: 11115003.

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

Color convert

RGB251153169-
CMYK00.390.330.02
HSL350.2º92.45%79.22%-
HSV(B)350.2º39.04%98.43%-
XYZ58.3446.1643.37-
YUV184.13119.47175.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=43.80%
G=26.70%
B=29.49%

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
Decimal25115316900.390.330.02350.292.4579.22
HexFB99A902721215e5c4f
Octal373231251047412536134117
Binary11111011100110011010100101001111000011010101111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99A9; }

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

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

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

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

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

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

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

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