#FA9CAA

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

Shades of Mauvelous #FA9CAA

Tints of Mauvelous #FA9CAA

Color information

#FA9CAA (or 0xFA9CAA) is unknown color: approx Mauvelous. HEX triplet: FA, 9C and AA. RGB value is (250,156,170). Sum of RGB (Red+Green+Blue) = 250+156+170=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9CAA is #056355. Grayscale: #B9B9B9. Windows color (decimal): -353110 or 11181306. OLE color: 11181306.

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

Color convert

RGB250156170-
CMYK00.380.320.02
HSL351.06º90.38%79.61%-
HSV(B)351.06º37.6%98.04%-
XYZ58.574744.02-
YUV185.7119.14173.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=43.40%
G=27.08%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015617000.380.320.02351.0690.3879.61
HexFA9CAA02620215f5a50
Octal372234252046402537132120
Binary11111010100111001010101001001101000001010101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CAA; }

 p { color: rgb(250,156,170); }

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

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

 a { background-color: rgb(250,156,170); }

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

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

 span { border-color: rgb(250,156,170); }

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