Html Css Color HEX #FA9FA8 Mauvelous

📋 copy color: '#FA9FA8'

red 250 ◦ green 159 ◦ blue 168

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

Shades of Mauvelous #FA9FA8

Tints of Mauvelous #FA9FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.56%

 BLUE value IS 168 (66.02% from 255) = 29.12%

R = 43.33%
G = 27.56%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA9FA8 (or 0xFA9FA8) is known color: Mauvelous. HEX triplet: FA, 9F and A8. RGB value is (250,159,168). Sum of RGB (Red+Green+Blue) = 250+159+168=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9FA8 is #056057. Grayscale: #BBBBBB. Windows color (decimal): -352344 or 11051002. OLE color: 11051002.

HSL color Cylindrical-coordinate representation of color #FA9FA8: hue angle of 354.07º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FA8 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 168 -
CMYK 0 0.36 0.33 0.02
HSL 354.07º 0.9% 0.8% -
HSV(B) 354.07º 0.36% 0.98% -
XYZ 58.89 47.95 43.2 -
YUV 187.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 250 159 168 0 0.36 0.33 0.02 354.07 0.9 0.8
Hex FA 9F A8 0 24 21 2 162 5A 50
Octal 372 237 250 0 44 41 2 542 132 120
Binary 11111010 10011111 10101000 0 100100 100001 10 101100010 1011010 1010000

Color Harmonies of #FA9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FA8

Black with #FA9FA8

Text Example


Text Example

White with #FA9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FA8; }

 p { color: rgb(250,159,168); }

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

background-color css

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

 a { background-color: rgb(250,159,168); }

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

border-color css

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

 span { border-color: rgb(250,159,168); }

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