Html Css Color HEX #FA90AC Mauvelous

📋 copy color: '#FA90AC'

red 250 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #FA90AC

Tints of Mauvelous #FA90AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 44.17%
G = 25.44%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA90AC (or 0xFA90AC) is known color: Mauvelous. HEX triplet: FA, 90 and AC. RGB value is (250,144,172). Sum of RGB (Red+Green+Blue) = 250+144+172=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90AC is #056F53. Grayscale: #B2B2B2. Windows color (decimal): -356180 or 11309306. OLE color: 11309306.

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

Color convert

RGB 250 144 172 -
CMYK 0 0.42 0.31 0.02
HSL 344.15º 0.91% 0.77% -
HSV(B) 344.15º 0.42% 0.98% -
XYZ 56.84 43.25 44.38 -
YUV 178.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 250 144 172 0 0.42 0.31 0.02 344.15 0.91 0.77
Hex FA 90 AC 0 2A 1F 2 158 5B 4D
Octal 372 220 254 0 52 37 2 530 133 115
Binary 11111010 10010000 10101100 0 101010 11111 10 101011000 1011011 1001101

Color Harmonies of #FA90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90AC

Black with #FA90AC

Text Example


Text Example

White with #FA90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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