#FCA0A2

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

Shades of Wewak #FCA0A2

Tints of Wewak #FCA0A2

Color information

#FCA0A2 (or 0xFCA0A2) is unknown color: approx Wewak. HEX triplet: FC, A0 and A2. RGB value is (252,160,162). Sum of RGB (Red+Green+Blue) = 252+160+162=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A2 is #035F5D. Grayscale: #BBBBBB. Windows color (decimal): -221022 or 10658044. OLE color: 10658044.

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

Color convert

RGB252160162-
CMYK00.370.360.01
HSL358.7º93.88%80.78%-
HSV(B)358.7º36.51%98.82%-
XYZ59.2448.4540.41-
YUV187.74113.48173.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 162 (63.67% from 255) = 28.22%
R=43.90%
G=27.87%
B=28.22%

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
Decimal25216016200.370.360.01358.793.8880.78
HexFCA0A20252411675e51
Octal374240242045441547136121
Binary1111110010100000101000100100101100100110110011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0A2; }

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

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

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

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

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

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

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

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