#FA8CAF

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

Shades of Mauvelous #FA8CAF

Tints of Mauvelous #FA8CAF

Color information

#FA8CAF (or 0xFA8CAF) is unknown color: approx Mauvelous. HEX triplet: FA, 8C and AF. RGB value is (250,140,175). Sum of RGB (Red+Green+Blue) = 250+140+175=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8CAF is #057350. Grayscale: #B0B0B0. Windows color (decimal): -357201 or 11504890. OLE color: 11504890.

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

Color convert

RGB250140175-
CMYK00.440.30.02
HSL340.91º91.67%76.47%-
HSV(B)340.91º44%98.04%-
XYZ56.5442.1845.72-
YUV176.88126.94180.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=44.25%
G=24.78%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014017500.440.30.02340.9191.6776.47
HexFA8CAF02C1E21555c4c
Octal372214257054362525134114
Binary1111101010001100101011110101100111101010101010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CAF; }

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

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

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

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

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

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

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

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