#FB8DA6

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

Shades of Mauvelous #FB8DA6

Tints of Mauvelous #FB8DA6

Color information

#FB8DA6 (or 0xFB8DA6) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and A6. RGB value is (251,141,166). Sum of RGB (Red+Green+Blue) = 251+141+166=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA6 is #047259. Grayscale: #B0B0B0. Windows color (decimal): -291418 or 10915323. OLE color: 10915323.

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

Color convert

RGB251141166-
CMYK00.440.340.02
HSL346.36º93.22%76.86%-
HSV(B)346.36º43.82%98.43%-
XYZ56.1942.3141.28-
YUV176.74121.94180.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 166 (65.23% from 255) = 29.75%
R=44.98%
G=25.27%
B=29.75%

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
Decimal25114116600.440.340.02346.3693.2276.86
HexFB8DA602C22215a5d4d
Octal373215246054422532135115
Binary11111011100011011010011001011001000101010101101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DA6; }

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

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

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

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

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

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

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

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