#FB8DA2

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

Shades of Mauvelous #FB8DA2

Tints of Mauvelous #FB8DA2

Color information

#FB8DA2 (or 0xFB8DA2) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and A2. RGB value is (251,141,162). Sum of RGB (Red+Green+Blue) = 251+141+162=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA2 is #04725D. Grayscale: #B0B0B0. Windows color (decimal): -291422 or 10653179. OLE color: 10653179.

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

Color convert

RGB251141162-
CMYK00.440.350.02
HSL348.55º93.22%76.86%-
HSV(B)348.55º43.82%98.43%-
XYZ55.8342.1739.38-
YUV176.28119.94181.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=45.31%
G=25.45%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114116200.440.350.02348.5593.2276.86
HexFB8DA202C23215d5d4d
Octal373215242054432535135115
Binary11111011100011011010001001011001000111010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DA2; }

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

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

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

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

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

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

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

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