#FA8FAE

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

Shades of Mauvelous #FA8FAE

Tints of Mauvelous #FA8FAE

Color information

#FA8FAE (or 0xFA8FAE) is unknown color: approx Mauvelous. HEX triplet: FA, 8F and AE. RGB value is (250,143,174). Sum of RGB (Red+Green+Blue) = 250+143+174=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FAE is #057051. Grayscale: #B2B2B2. Windows color (decimal): -356434 or 11440122. OLE color: 11440122.

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

Color convert

RGB250143174-
CMYK00.430.300.02
HSL342.62º91.45%77.06%-
HSV(B)342.62º42.8%98.04%-
XYZ56.8943.0245.35-
YUV178.53125.45178.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=44.09%
G=25.22%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014317400.430.300.02342.6291.4577.06
HexFA8FAE02B1E21575b4d
Octal372217256053362527133115
Binary1111101010001111101011100101011111101010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FAE; }

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

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

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

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

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

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

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

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