#FC99A0

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

Shades of Wewak #FC99A0

Tints of Wewak #FC99A0

Color information

#FC99A0 (or 0xFC99A0) is unknown color: approx Wewak. HEX triplet: FC, 99 and A0. RGB value is (252,153,160). Sum of RGB (Red+Green+Blue) = 252+153+160=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC99A0 is #03665F. Grayscale: #B7B7B7. Windows color (decimal): -222816 or 10525180. OLE color: 10525180.

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

Color convert

RGB252153160-
CMYK00.390.370.01
HSL355.76º94.29%79.41%-
HSV(B)355.76º39.29%98.82%-
XYZ57.8846.0239.09-
YUV183.4114.8176.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=44.60%
G=27.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215316000.390.370.01355.7694.2979.41
HexFC99A00272511645e4f
Octal374231240047451544136117
Binary1111110010011001101000000100111100101110110010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99A0; }

 p { color: rgb(252,153,160); }

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

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

 a { background-color: rgb(252,153,160); }

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

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

 span { border-color: rgb(252,153,160); }

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