#FA8BA7

Color #FA8BA7 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #FA8BA7

Tints of Mauvelous #FA8BA7

Color information

#FA8BA7 (or 0xFA8BA7) is unknown color: approx 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

RGB250139167-
CMYK00.440.330.02
HSL344.86º91.74%76.27%-
HSV(B)344.86º44.4%98.04%-
XYZ55.6341.5841.65-
YUV175.38123.27181.22-

RGB Variations

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

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.62% from 255) = 30.04%
R=44.96%
G=25%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013916700.440.330.02344.8691.7476.27
HexFA8BA702C2121595c4c
Octal372213247054412531134114
Binary11111010100010111010011101011001000011010101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>