Html Css Color HEX #FA8EA9 Mauvelous

📋 copy color: '#FA8EA9'

red 250 ◦ green 142 ◦ blue 169

#FA8EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauvelous #FA8EA9

Tints of Mauvelous #FA8EA9

RGB

 RED value IS 250 (98.05% from 255) = 44.56%

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 169 (66.41% from 255) = 30.12%

R = 44.56%
G = 25.31%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA8EA9 (or 0xFA8EA9) is known color: Mauvelous. HEX triplet: FA, 8E and A9. RGB value is (250,142,169). Sum of RGB (Red+Green+Blue) = 250+142+169=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8EA9 is #057156. Grayscale: #B1B1B1. Windows color (decimal): -356695 or 11112186. OLE color: 11112186.

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

Color convert

RGB 250 142 169 -
CMYK 0 0.43 0.32 0.02
HSL 345º 0.92% 0.77% -
HSV(B) 345º 0.43% 0.98% -
XYZ 56.26 42.53 42.78 -
YUV 177.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 250 142 169 0 0.43 0.32 0.02 345 0.92 0.77
Hex FA 8E A9 0 2B 20 2 159 5C 4D
Octal 372 216 251 0 53 40 2 531 134 115
Binary 11111010 10001110 10101001 0 101011 100000 10 101011001 1011100 1001101

Color Harmonies of #FA8EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EA9

Black with #FA8EA9

Text Example


Text Example

White with #FA8EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EA9; }

 p { color: rgb(250,142,169); }

 H1.HeaderClassName
 {
   color: #FA8EA9;
 }
 .AnyTagClassName
 {
   color: #FA8EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(250,142,169); }

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

border-color css

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

 span { border-color: rgb(250,142,169); }

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