#FA8CAC

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

Shades of Mauvelous #FA8CAC

Tints of Mauvelous #FA8CAC

Color information

#FA8CAC (or 0xFA8CAC) is unknown color: approx Mauvelous. HEX triplet: FA, 8C and AC. RGB value is (250,140,172). Sum of RGB (Red+Green+Blue) = 250+140+172=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8CAC is #057353. Grayscale: #B0B0B0. Windows color (decimal): -357204 or 11308282. OLE color: 11308282.

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

Color convert

RGB250140172-
CMYK00.440.310.02
HSL342.55º91.67%76.47%-
HSV(B)342.55º44%98.04%-
XYZ56.2542.0644.18-
YUV176.54125.44180.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=44.48%
G=24.91%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014017200.440.310.02342.5591.6776.47
HexFA8CAC02C1F21575c4c
Octal372214254054372527134114
Binary1111101010001100101011000101100111111010101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CAC; }

 p { color: rgb(250,140,172); }

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

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

 a { background-color: rgb(250,140,172); }

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

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

 span { border-color: rgb(250,140,172); }

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