#FE8FB0

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

Shades of Mauvelous #FE8FB0

Tints of Mauvelous #FE8FB0

Color information

#FE8FB0 (or 0xFE8FB0) is unknown color: approx Mauvelous. HEX triplet: FE, 8F and B0. RGB value is (254,143,176). Sum of RGB (Red+Green+Blue) = 254+143+176=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FB0 is #01704F. Grayscale: #B3B3B3. Windows color (decimal): -94288 or 11571198. OLE color: 11571198.

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

Color convert

RGB254143176-
CMYK00.440.310.00
HSL342.16º98.23%77.84%-
HSV(B)342.16º43.7%99.61%-
XYZ58.5343.8546.45-
YUV179.95125.77180.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=44.33%
G=24.96%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25414317600.440.310.00342.1698.2377.84
HexFE8FB002C1F0156624e
Octal376217260054370526142116
Binary111111101000111110110000010110011111010101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FB0; }

 p { color: rgb(254,143,176); }

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

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

 a { background-color: rgb(254,143,176); }

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

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

 span { border-color: rgb(254,143,176); }

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