#FB91AC

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

Shades of Mauvelous #FB91AC

Tints of Mauvelous #FB91AC

Color information

#FB91AC (or 0xFB91AC) is unknown color: approx Mauvelous. HEX triplet: FB, 91 and AC. RGB value is (251,145,172). Sum of RGB (Red+Green+Blue) = 251+145+172=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB91AC is #046E53. Grayscale: #B3B3B3. Windows color (decimal): -290388 or 11309563. OLE color: 11309563.

HSL color Cylindrical-coordinate representation of color #FB91AC: hue angle of 344.72º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91AC is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251145172-
CMYK00.420.310.02
HSL344.72º92.98%77.65%-
HSV(B)344.72º42.23%98.43%-
XYZ57.3643.7444.45-
YUV179.77123.62178.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=44.19%
G=25.53%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114517200.420.310.02344.7292.9877.65
HexFB91AC02A1F21595d4e
Octal373221254052372531135116
Binary1111101110010001101011000101010111111010101100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91AC; }

 p { color: rgb(251,145,172); }

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

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

 a { background-color: rgb(251,145,172); }

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

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

 span { border-color: rgb(251,145,172); }

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