#FB8DA5

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

Shades of Mauvelous #FB8DA5

Tints of Mauvelous #FB8DA5

Color information

#FB8DA5 (or 0xFB8DA5) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and A5. RGB value is (251,141,165). Sum of RGB (Red+Green+Blue) = 251+141+165=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA5 is #04725A. Grayscale: #B0B0B0. Windows color (decimal): -291419 or 10849787. OLE color: 10849787.

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

Color convert

RGB251141165-
CMYK00.440.340.02
HSL346.91º93.22%76.86%-
HSV(B)346.91º43.82%98.43%-
XYZ56.142.2840.8-
YUV176.63121.44181.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=45.06%
G=25.31%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114116500.440.340.02346.9193.2276.86
HexFB8DA502C22215b5d4d
Octal373215245054422533135115
Binary11111011100011011010010101011001000101010101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DA5; }

 p { color: rgb(251,141,165); }

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

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

 a { background-color: rgb(251,141,165); }

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

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

 span { border-color: rgb(251,141,165); }

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