Html Css Color HEX #FA97A8 Mauvelous

📋 copy color: '#FA97A8'

red 250 ◦ green 151 ◦ blue 168

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

Shades of Mauvelous #FA97A8

Tints of Mauvelous #FA97A8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.54%

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

R = 43.94%
G = 26.54%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA97A8 (or 0xFA97A8) is known color: Mauvelous. HEX triplet: FA, 97 and A8. RGB value is (250,151,168). Sum of RGB (Red+Green+Blue) = 250+151+168=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97A8 is #056857. Grayscale: #B6B6B6. Windows color (decimal): -354392 or 11048954. OLE color: 11048954.

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

Color convert

RGB 250 151 168 -
CMYK 0 0.40 0.33 0.02
HSL 349.7º 0.91% 0.79% -
HSV(B) 349.7º 0.4% 0.98% -
XYZ 57.56 45.28 42.75 -
YUV 182.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 250 151 168 0 0.40 0.33 0.02 349.7 0.91 0.79
Hex FA 97 A8 0 28 21 2 15E 5B 4F
Octal 372 227 250 0 50 41 2 536 133 117
Binary 11111010 10010111 10101000 0 101000 100001 10 101011110 1011011 1001111

Color Harmonies of #FA97A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97A8

Black with #FA97A8

Text Example


Text Example

White with #FA97A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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