#FB93A4

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

Shades of Mauvelous #FB93A4

Tints of Mauvelous #FB93A4

Color information

#FB93A4 (or 0xFB93A4) is unknown color: approx Mauvelous. HEX triplet: FB, 93 and A4. RGB value is (251,147,164). Sum of RGB (Red+Green+Blue) = 251+147+164=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93A4 is #046C5B. Grayscale: #B4B4B4. Windows color (decimal): -289884 or 10785787. OLE color: 10785787.

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

Color convert

RGB251147164-
CMYK00.410.350.02
HSL350.19º92.86%78.04%-
HSV(B)350.19º41.43%98.43%-
XYZ56.9244.0640.63-
YUV180.03118.96178.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=44.66%
G=26.16%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114716400.410.350.02350.1992.8678.04
HexFB93A402923215e5d4e
Octal373223244051432536135116
Binary11111011100100111010010001010011000111010101111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB93A4; }

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

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

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

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

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

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

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

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