#FB96A7

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

Shades of Mauvelous #FB96A7

Tints of Mauvelous #FB96A7

Color information

#FB96A7 (or 0xFB96A7) is unknown color: approx Mauvelous. HEX triplet: FB, 96 and A7. RGB value is (251,150,167). Sum of RGB (Red+Green+Blue) = 251+150+167=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A7 is #046958. Grayscale: #B6B6B6. Windows color (decimal): -289113 or 10983163. OLE color: 10983163.

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

Color convert

RGB251150167-
CMYK00.400.330.02
HSL349.9º92.66%78.63%-
HSV(B)349.9º40.24%98.43%-
XYZ57.6745.1142.23-
YUV182.14119.46177.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 167 (65.62% from 255) = 29.40%
R=44.19%
G=26.41%
B=29.40%

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
Decimal25115016700.400.330.02349.992.6678.63
HexFB96A702821215e5d4f
Octal373226247050412536135117
Binary11111011100101101010011101010001000011010101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96A7; }

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

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

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

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

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

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

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

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