Html Css Color HEX #FA90A3 Mauvelous

📋 copy color: '#FA90A3'

red 250 ◦ green 144 ◦ blue 163

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

Shades of Mauvelous #FA90A3

Tints of Mauvelous #FA90A3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.85%

 BLUE value IS 163 (64.06% from 255) = 29.26%

R = 44.88%
G = 25.85%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA90A3 (or 0xFA90A3) is known color: Mauvelous. HEX triplet: FA, 90 and A3. RGB value is (250,144,163). Sum of RGB (Red+Green+Blue) = 250+144+163=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90A3 is #056F5C. Grayscale: #B1B1B1. Windows color (decimal): -356189 or 10719482. OLE color: 10719482.

HSL color Cylindrical-coordinate representation of color #FA90A3: hue angle of 349.25º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90A3 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 163 -
CMYK 0 0.42 0.35 0.02
HSL 349.25º 0.91% 0.77% -
HSV(B) 349.25º 0.42% 0.98% -
XYZ 56.01 42.91 39.98 -
YUV 177.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 250 144 163 0 0.42 0.35 0.02 349.25 0.91 0.77
Hex FA 90 A3 0 2A 23 2 15D 5B 4D
Octal 372 220 243 0 52 43 2 535 133 115
Binary 11111010 10010000 10100011 0 101010 100011 10 101011101 1011011 1001101

Color Harmonies of #FA90A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90A3

Black with #FA90A3

Text Example


Text Example

White with #FA90A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90A3; }

 p { color: rgb(250,144,163); }

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

background-color css

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

 a { background-color: rgb(250,144,163); }

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

border-color css

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

 span { border-color: rgb(250,144,163); }

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