#FC9FA3

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

Shades of Wewak #FC9FA3

Tints of Wewak #FC9FA3

Color information

#FC9FA3 (or 0xFC9FA3) is unknown color: approx Wewak. HEX triplet: FC, 9F and A3. RGB value is (252,159,163). Sum of RGB (Red+Green+Blue) = 252+159+163=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9FA3 is #03605C. Grayscale: #BBBBBB. Windows color (decimal): -221277 or 10723324. OLE color: 10723324.

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

Color convert

RGB252159163-
CMYK00.370.350.01
HSL357.42º93.94%80.59%-
HSV(B)357.42º36.9%98.82%-
XYZ59.1548.1440.82-
YUV187.26114.31174.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=43.90%
G=27.70%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215916300.370.350.01357.4293.9480.59
HexFC9FA30252311655e51
Octal374237243045431545136121
Binary1111110010011111101000110100101100011110110010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FA3; }

 p { color: rgb(252,159,163); }

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

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

 a { background-color: rgb(252,159,163); }

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

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

 span { border-color: rgb(252,159,163); }

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