#FF8EB0

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

Shades of Mauvelous #FF8EB0

Tints of Mauvelous #FF8EB0

Color information

#FF8EB0 (or 0xFF8EB0) is unknown color: approx Mauvelous. HEX triplet: FF, 8E and B0. RGB value is (255,142,176). Sum of RGB (Red+Green+Blue) = 255+142+176=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EB0 is #00714F. Grayscale: #B3B3B3. Windows color (decimal): -29008 or 11570943. OLE color: 11570943.

HSL color Cylindrical-coordinate representation of color #FF8EB0: hue angle of 341.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255142176-
CMYK00.440.310
HSL341.95º100%77.84%-
HSV(B)341.95º44.31%100%-
XYZ58.7543.7446.42-
YUV179.66125.94181.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=44.50%
G=24.78%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514217600.440.310341.9510077.84
HexFF8EB002C1F0156644e
Octal377216260054370526144116
Binary111111111000111010110000010110011111010101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EB0; }

 p { color: rgb(255,142,176); }

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

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

 a { background-color: rgb(255,142,176); }

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

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

 span { border-color: rgb(255,142,176); }

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