Html Css Color HEX #FA8BA7 Mauvelous

📋 copy color: '#FA8BA7'

red 250 ◦ green 139 ◦ blue 167

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

Shades of Mauvelous #FA8BA7

Tints of Mauvelous #FA8BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

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

R = 44.96%
G = 25%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA8BA7 (or 0xFA8BA7) is known color: Mauvelous. HEX triplet: FA, 8B and A7. RGB value is (250,139,167). Sum of RGB (Red+Green+Blue) = 250+139+167=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA7 is #057458. Grayscale: #AFAFAF. Windows color (decimal): -357465 or 10980346. OLE color: 10980346.

HSL color Cylindrical-coordinate representation of color #FA8BA7: hue angle of 344.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA7 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 139 167 -
CMYK 0 0.44 0.33 0.02
HSL 344.86º 0.92% 0.76% -
HSV(B) 344.86º 0.44% 0.98% -
XYZ 55.63 41.58 41.65 -
YUV 175.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 250 139 167 0 0.44 0.33 0.02 344.86 0.92 0.76
Hex FA 8B A7 0 2C 21 2 159 5C 4C
Octal 372 213 247 0 54 41 2 531 134 114
Binary 11111010 10001011 10100111 0 101100 100001 10 101011001 1011100 1001100

Color Harmonies of #FA8BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BA7

Black with #FA8BA7

Text Example


Text Example

White with #FA8BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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