#FB91A4

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

Shades of Mauvelous #FB91A4

Tints of Mauvelous #FB91A4

Color information

#FB91A4 (or 0xFB91A4) is unknown color: approx Mauvelous. HEX triplet: FB, 91 and A4. RGB value is (251,145,164). Sum of RGB (Red+Green+Blue) = 251+145+164=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB91A4 is #046E5B. Grayscale: #B2B2B2. Windows color (decimal): -290396 or 10785275. OLE color: 10785275.

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

Color convert

RGB251145164-
CMYK00.420.350.02
HSL349.25º92.98%77.65%-
HSV(B)349.25º42.23%98.43%-
XYZ56.6143.4440.52-
YUV178.86119.62179.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=44.82%
G=25.89%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114516400.420.350.02349.2592.9877.65
HexFB91A402A23215d5d4e
Octal373221244052432535135116
Binary11111011100100011010010001010101000111010101110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91A4; }

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

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

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

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

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

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

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

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