Html Css Color HEX #FA96A9 Mauvelous

📋 copy color: '#FA96A9'

red 250 ◦ green 150 ◦ blue 169

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

Shades of Mauvelous #FA96A9

Tints of Mauvelous #FA96A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.7%

R = 43.94%
G = 26.36%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA96A9 (or 0xFA96A9) is known color: Mauvelous. HEX triplet: FA, 96 and A9. RGB value is (250,150,169). Sum of RGB (Red+Green+Blue) = 250+150+169=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96A9 is #056956. Grayscale: #B6B6B6. Windows color (decimal): -354647 or 11114234. OLE color: 11114234.

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

Color convert

RGB 250 150 169 -
CMYK 0 0.4 0.32 0.02
HSL 348.6º 0.91% 0.78% -
HSV(B) 348.6º 0.4% 0.98% -
XYZ 57.49 45 43.19 -
YUV 182.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 250 150 169 0 0.4 0.32 0.02 348.6 0.91 0.78
Hex FA 96 A9 0 28 20 2 15D 5B 4E
Octal 372 226 251 0 50 40 2 535 133 116
Binary 11111010 10010110 10101001 0 101000 100000 10 101011101 1011011 1001110

Color Harmonies of #FA96A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96A9

Black with #FA96A9

Text Example


Text Example

White with #FA96A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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