#FC98AA

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

Shades of Mauvelous #FC98AA

Tints of Mauvelous #FC98AA

Color information

#FC98AA (or 0xFC98AA) is unknown color: approx Mauvelous. HEX triplet: FC, 98 and AA. RGB value is (252,152,170). Sum of RGB (Red+Green+Blue) = 252+152+170=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98AA is #036755. Grayscale: #B7B7B7. Windows color (decimal): -223062 or 11180284. OLE color: 11180284.

HSL color Cylindrical-coordinate representation of color #FC98AA: hue angle of 349.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98AA is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252152170-
CMYK00.400.330.01
HSL349.2º94.34%79.22%-
HSV(B)349.2º39.68%98.82%-
XYZ58.6346.0543.83-
YUV183.95120.13176.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=43.90%
G=26.48%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215217000.400.330.01349.294.3479.22
HexFC98AA02821115d5e4f
Octal374230252050411535136117
Binary1111110010011000101010100101000100001110101110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98AA; }

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

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

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

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

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

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

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

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