#FA8FAD

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

Shades of Mauvelous #FA8FAD

Tints of Mauvelous #FA8FAD

Color information

#FA8FAD (or 0xFA8FAD) is unknown color: approx Mauvelous. HEX triplet: FA, 8F and AD. RGB value is (250,143,173). Sum of RGB (Red+Green+Blue) = 250+143+173=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FAD is #057052. Grayscale: #B2B2B2. Windows color (decimal): -356435 or 11374586. OLE color: 11374586.

HSL color Cylindrical-coordinate representation of color #FA8FAD: hue angle of 343.18º degrees, saturation: 0.91, 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 #FA8FAD is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250143173-
CMYK00.430.310.02
HSL343.18º91.45%77.06%-
HSV(B)343.18º42.8%98.04%-
XYZ56.7942.9944.84-
YUV178.41124.95179.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=44.17%
G=25.27%
B=30.57%

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
Decimal25014317300.430.310.02343.1891.4577.06
HexFA8FAD02B1F21575b4d
Octal372217255053372527133115
Binary1111101010001111101011010101011111111010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FAD; }

 p { color: rgb(250,143,173); }

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

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

 a { background-color: rgb(250,143,173); }

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

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

 span { border-color: rgb(250,143,173); }

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