Html Css Color HEX #FA97A7 Mauvelous

📋 copy color: '#FA97A7'

red 250 ◦ green 151 ◦ blue 167

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

Shades of Mauvelous #FA97A7

Tints of Mauvelous #FA97A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.4%

R = 44.01%
G = 26.58%
B = 29.4%

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

#FA97A7 (or 0xFA97A7) is known color: Mauvelous. HEX triplet: FA, 97 and A7. RGB value is (250,151,167). Sum of RGB (Red+Green+Blue) = 250+151+167=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97A7 is #056858. Grayscale: #B6B6B6. Windows color (decimal): -354393 or 10983418. OLE color: 10983418.

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

Color convert

RGB 250 151 167 -
CMYK 0 0.40 0.33 0.02
HSL 350.3º 0.91% 0.79% -
HSV(B) 350.3º 0.4% 0.98% -
XYZ 57.47 45.25 42.26 -
YUV 182.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 250 151 167 0 0.40 0.33 0.02 350.3 0.91 0.79
Hex FA 97 A7 0 28 21 2 15E 5B 4F
Octal 372 227 247 0 50 41 2 536 133 117
Binary 11111010 10010111 10100111 0 101000 100001 10 101011110 1011011 1001111

Color Harmonies of #FA97A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97A7

Black with #FA97A7

Text Example


Text Example

White with #FA97A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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