#FCA0A1

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

Shades of Wewak #FCA0A1

Tints of Wewak #FCA0A1

Color information

#FCA0A1 (or 0xFCA0A1) is unknown color: approx Wewak. HEX triplet: FC, A0 and A1. RGB value is (252,160,161). Sum of RGB (Red+Green+Blue) = 252+160+161=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A1 is #035F5E. Grayscale: #BBBBBB. Windows color (decimal): -221023 or 10592508. OLE color: 10592508.

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

Color convert

RGB252160161-
CMYK00.370.360.01
HSL359.35º93.88%80.78%-
HSV(B)359.35º36.51%98.82%-
XYZ59.1548.4139.94-
YUV187.62112.98173.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=43.98%
G=27.92%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216016100.370.360.01359.3593.8880.78
HexFCA0A10252411675e51
Octal374240241045441547136121
Binary1111110010100000101000010100101100100110110011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0A1; }

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

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

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

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

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

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

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

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