#FC8CA0

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

Shades of Wewak #FC8CA0

Tints of Wewak #FC8CA0

Color information

#FC8CA0 (or 0xFC8CA0) is unknown color: approx Wewak. HEX triplet: FC, 8C and A0. RGB value is (252,140,160). Sum of RGB (Red+Green+Blue) = 252+140+160=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CA0 is #03735F. Grayscale: #AFAFAF. Windows color (decimal): -226144 or 10521852. OLE color: 10521852.

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

Color convert

RGB252140160-
CMYK00.440.370.01
HSL349.29º94.92%76.86%-
HSV(B)349.29º44.44%98.82%-
XYZ55.8741.9938.42-
YUV175.77119.11182.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=45.65%
G=25.36%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214016000.440.370.01349.2994.9276.86
HexFC8CA002C25115d5f4d
Octal374214240054451535137115
Binary1111110010001100101000000101100100101110101110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CA0; }

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

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

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

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

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

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

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

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