#FC9CA3

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

Shades of Wewak #FC9CA3

Tints of Wewak #FC9CA3

Color information

#FC9CA3 (or 0xFC9CA3) is unknown color: approx Wewak. HEX triplet: FC, 9C and A3. RGB value is (252,156,163). Sum of RGB (Red+Green+Blue) = 252+156+163=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA3 is #03635C. Grayscale: #B9B9B9. Windows color (decimal): -222045 or 10722556. OLE color: 10722556.

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

Color convert

RGB252156163-
CMYK00.380.350.01
HSL355.62º94.12%80%-
HSV(B)355.62º38.1%98.82%-
XYZ58.6447.1240.65-
YUV185.5115.3175.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=44.13%
G=27.32%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215616300.380.350.01355.6294.1280
HexFC9CA30262311645e50
Octal374234243046431544136120
Binary1111110010011100101000110100110100011110110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CA3; }

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

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

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

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

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

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

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

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