#FC9EA1

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

Shades of Wewak #FC9EA1

Tints of Wewak #FC9EA1

Color information

#FC9EA1 (or 0xFC9EA1) is unknown color: approx Wewak. HEX triplet: FC, 9E and A1. RGB value is (252,158,161). Sum of RGB (Red+Green+Blue) = 252+158+161=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9EA1 is #03615E. Grayscale: #BABABA. Windows color (decimal): -221535 or 10591996. OLE color: 10591996.

HSL color Cylindrical-coordinate representation of color #FC9EA1: hue angle of 358.09º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EA1 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252158161-
CMYK00.370.360.01
HSL358.09º94%80.39%-
HSV(B)358.09º37.3%98.82%-
XYZ58.847.7239.83-
YUV186.45113.64174.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=44.13%
G=27.67%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215816100.370.360.01358.099480.39
HexFC9EA10252411665e50
Octal374236241045441546136120
Binary1111110010011110101000010100101100100110110011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EA1; }

 p { color: rgb(252,158,161); }

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

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

 a { background-color: rgb(252,158,161); }

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

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

 span { border-color: rgb(252,158,161); }

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