#FC9FA7

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

Shades of Wewak #FC9FA7

Tints of Wewak #FC9FA7

Color information

#FC9FA7 (or 0xFC9FA7) is unknown color: approx Wewak. HEX triplet: FC, 9F and A7. RGB value is (252,159,167). Sum of RGB (Red+Green+Blue) = 252+159+167=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9FA7 is #036058. Grayscale: #BBBBBB. Windows color (decimal): -221273 or 10985468. OLE color: 10985468.

HSL color Cylindrical-coordinate representation of color #FC9FA7: hue angle of 354.84º 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 #FC9FA7 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252159167-
CMYK00.370.340.01
HSL354.84º93.94%80.59%-
HSV(B)354.84º36.9%98.82%-
XYZ59.5248.2842.74-
YUV187.72116.31173.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 167 (65.62% from 255) = 28.89%
R=43.60%
G=27.51%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215916700.370.340.01354.8493.9480.59
HexFC9FA70252211635e51
Octal374237247045421543136121
Binary1111110010011111101001110100101100010110110001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FA7; }

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

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

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

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

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

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

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

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