#fa94ab

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

Shades of Mauvelous #FA94AB

Tints of Mauvelous #FA94AB

Color information

#FA94AB (or 0xFA94AB) is unknown color: approx Mauvelous. HEX triplet: FA, 94 and AB. RGB value is (250,148,171). Sum of RGB (Red+Green+Blue) = 250+148+171=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA94AB is #056B54. Grayscale: #B5B5B5. Windows color (decimal): -355157 or 11244794. OLE color: 11244794.

HSL color Cylindrical-coordinate representation of color #FA94AB: hue angle of 346.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94AB is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250148171-
CMYK00.410.320.02
HSL346.47º91.07%78.04%-
HSV(B)346.47º40.8%98.04%-
XYZ57.3644.4444.08-
YUV181.12122.29177.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=43.94%
G=26.01%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014817100.410.320.02346.4791.0778.04
HexFA94AB02920215a5b4e
Octal372224253051402532133116
Binary11111010100101001010101101010011000001010101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa94ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa94ab; }

 p { color: rgb(250,148,171); }

 H1.HeaderClassName
 {
   color: #fa94ab;
 }
 .AnyTagClassName
 {
   color: #fa94ab;
 }
</style>
background-color css

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

 a { background-color: rgb(250,148,171); }

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

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

 span { border-color: rgb(250,148,171); }

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