#FB8EAE

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

Shades of Mauvelous #FB8EAE

Tints of Mauvelous #FB8EAE

Color information

#FB8EAE (or 0xFB8EAE) is unknown color: approx Mauvelous. HEX triplet: FB, 8E and AE. RGB value is (251,142,174). Sum of RGB (Red+Green+Blue) = 251+142+174=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8EAE is #047151. Grayscale: #B2B2B2. Windows color (decimal): -291154 or 11439867. OLE color: 11439867.

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

Color convert

RGB251142174-
CMYK00.430.310.02
HSL342.39º93.16%77.06%-
HSV(B)342.39º43.43%98.43%-
XYZ57.142.9145.32-
YUV178.24125.61179.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=44.27%
G=25.04%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114217400.430.310.02342.3993.1677.06
HexFB8EAE02B1F21565d4d
Octal373216256053372526135115
Binary1111101110001110101011100101011111111010101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8EAE; }

 p { color: rgb(251,142,174); }

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

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

 a { background-color: rgb(251,142,174); }

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

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

 span { border-color: rgb(251,142,174); }

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