#FC8CAA

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

Shades of Mauvelous #FC8CAA

Tints of Mauvelous #FC8CAA

Color information

#FC8CAA (or 0xFC8CAA) is unknown color: approx Mauvelous. HEX triplet: FC, 8C and AA. RGB value is (252,140,170). Sum of RGB (Red+Green+Blue) = 252+140+170=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CAA is #037355. Grayscale: #B0B0B0. Windows color (decimal): -226134 or 11177212. OLE color: 11177212.

HSL color Cylindrical-coordinate representation of color #FC8CAA: hue angle of 343.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CAA is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252140170-
CMYK00.440.330.01
HSL343.93º94.92%76.86%-
HSV(B)343.93º44.44%98.82%-
XYZ56.7842.3543.21-
YUV176.91124.11181.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=44.84%
G=24.91%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214017000.440.330.01343.9394.9276.86
HexFC8CAA02C2111585f4d
Octal374214252054411530137115
Binary1111110010001100101010100101100100001110101100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CAA; }

 p { color: rgb(252,140,170); }

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

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

 a { background-color: rgb(252,140,170); }

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

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

 span { border-color: rgb(252,140,170); }

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