#FF8FA5

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

Shades of Mauvelous #FF8FA5

Tints of Mauvelous #FF8FA5

Color information

#FF8FA5 (or 0xFF8FA5) is unknown color: approx Mauvelous. HEX triplet: FF, 8F and A5. RGB value is (255,143,165). Sum of RGB (Red+Green+Blue) = 255+143+165=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FA5 is #00705A. Grayscale: #B3B3B3. Windows color (decimal): -28763 or 10850303. OLE color: 10850303.

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

Color convert

RGB255143165-
CMYK00.440.350
HSL348.21º100%78.04%-
HSV(B)348.21º43.92%100%-
XYZ57.8543.6240.97-
YUV179120.11182.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=45.29%
G=25.40%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514316500.440.350348.2110078.04
HexFF8FA502C23015c644e
Octal377217245054430534144116
Binary1111111110001111101001010101100100011010101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FA5; }

 p { color: rgb(255,143,165); }

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

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

 a { background-color: rgb(255,143,165); }

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

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

 span { border-color: rgb(255,143,165); }

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