Html Css Color HEX #FA96A6 Mauvelous

📋 copy color: '#FA96A6'

red 250 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #FA96A6

Tints of Mauvelous #FA96A6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.5%

 BLUE value IS 166 (65.23% from 255) = 29.33%

R = 44.17%
G = 26.5%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA96A6 (or 0xFA96A6) is known color: Mauvelous. HEX triplet: FA, 96 and A6. RGB value is (250,150,166). Sum of RGB (Red+Green+Blue) = 250+150+166=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96A6 is #056959. Grayscale: #B5B5B5. Windows color (decimal): -354650 or 10917626. OLE color: 10917626.

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

Color convert

RGB 250 150 166 -
CMYK 0 0.4 0.34 0.02
HSL 350.4º 0.91% 0.78% -
HSV(B) 350.4º 0.4% 0.98% -
XYZ 57.21 44.89 41.73 -
YUV 181.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 250 150 166 0 0.4 0.34 0.02 350.4 0.91 0.78
Hex FA 96 A6 0 28 22 2 15E 5B 4E
Octal 372 226 246 0 50 42 2 536 133 116
Binary 11111010 10010110 10100110 0 101000 100010 10 101011110 1011011 1001110

Color Harmonies of #FA96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96A6

Black with #FA96A6

Text Example


Text Example

White with #FA96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96A6; }

 p { color: rgb(250,150,166); }

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

background-color css

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

 a { background-color: rgb(250,150,166); }

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

border-color css

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

 span { border-color: rgb(250,150,166); }

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