#FC99A2

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

Shades of Wewak #FC99A2

Tints of Wewak #FC99A2

Color information

#FC99A2 (or 0xFC99A2) is unknown color: approx Wewak. HEX triplet: FC, 99 and A2. RGB value is (252,153,162). Sum of RGB (Red+Green+Blue) = 252+153+162=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC99A2 is #03665D. Grayscale: #B7B7B7. Windows color (decimal): -222814 or 10656252. OLE color: 10656252.

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

Color convert

RGB252153162-
CMYK00.390.360.01
HSL354.55º94.29%79.41%-
HSV(B)354.55º39.29%98.82%-
XYZ58.0646.0940.02-
YUV183.63115.8176.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 162 (63.67% from 255) = 28.57%
R=44.44%
G=26.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215316200.390.360.01354.5594.2979.41
HexFC99A20272411635e4f
Octal374231242047441543136117
Binary1111110010011001101000100100111100100110110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99A2; }

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

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

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

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

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

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

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

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