#FC92AC

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

Shades of Mauvelous #FC92AC

Tints of Mauvelous #FC92AC

Color information

#FC92AC (or 0xFC92AC) is unknown color: approx Mauvelous. HEX triplet: FC, 92 and AC. RGB value is (252,146,172). Sum of RGB (Red+Green+Blue) = 252+146+172=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC92AC is #036D53. Grayscale: #B4B4B4. Windows color (decimal): -224596 or 11309820. OLE color: 11309820.

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

Color convert

RGB252146172-
CMYK00.420.320.01
HSL345.28º94.64%78.04%-
HSV(B)345.28º42.06%98.82%-
XYZ57.8744.2344.52-
YUV180.66123.12178.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=44.21%
G=25.61%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214617200.420.320.01345.2894.6478.04
HexFC92AC02A2011595f4e
Octal374222254052401531137116
Binary1111110010010010101011000101010100000110101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC92AC; }

 p { color: rgb(252,146,172); }

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

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

 a { background-color: rgb(252,146,172); }

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

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

 span { border-color: rgb(252,146,172); }

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