Html Css Color HEX #FA91A8 Mauvelous

📋 copy color: '#FA91A8'

red 250 ◦ green 145 ◦ blue 168

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

Shades of Mauvelous #FA91A8

Tints of Mauvelous #FA91A8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.75%

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

R = 44.4%
G = 25.75%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA91A8 (or 0xFA91A8) is known color: Mauvelous. HEX triplet: FA, 91 and A8. RGB value is (250,145,168). Sum of RGB (Red+Green+Blue) = 250+145+168=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91A8 is #056E57. Grayscale: #B3B3B3. Windows color (decimal): -355928 or 11047418. OLE color: 11047418.

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

Color convert

RGB 250 145 168 -
CMYK 0 0.42 0.33 0.02
HSL 346.86º 0.91% 0.77% -
HSV(B) 346.86º 0.42% 0.98% -
XYZ 56.62 43.4 42.44 -
YUV 179.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 250 145 168 0 0.42 0.33 0.02 346.86 0.91 0.77
Hex FA 91 A8 0 2A 21 2 15B 5B 4D
Octal 372 221 250 0 52 41 2 533 133 115
Binary 11111010 10010001 10101000 0 101010 100001 10 101011011 1011011 1001101

Color Harmonies of #FA91A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA91A8

Black with #FA91A8

Text Example


Text Example

White with #FA91A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA91A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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