#FB96A9

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

Shades of Mauvelous #FB96A9

Tints of Mauvelous #FB96A9

Color information

#FB96A9 (or 0xFB96A9) is unknown color: approx Mauvelous. HEX triplet: FB, 96 and A9. RGB value is (251,150,169). Sum of RGB (Red+Green+Blue) = 251+150+169=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A9 is #046956. Grayscale: #B6B6B6. Windows color (decimal): -289111 or 11114235. OLE color: 11114235.

HSL color Cylindrical-coordinate representation of color #FB96A9: hue angle of 348.71º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96A9 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251150169-
CMYK00.400.330.02
HSL348.71º92.66%78.63%-
HSV(B)348.71º40.24%98.43%-
XYZ57.8545.1943.21-
YUV182.36120.46176.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=44.04%
G=26.32%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115016900.400.330.02348.7192.6678.63
HexFB96A902821215d5d4f
Octal373226251050412535135117
Binary11111011100101101010100101010001000011010101110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96A9; }

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

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

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

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

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

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

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

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