#FCA2A8

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

Shades of Wewak #FCA2A8

Tints of Wewak #FCA2A8

Color information

#FCA2A8 (or 0xFCA2A8) is unknown color: approx Wewak. HEX triplet: FC, A2 and A8. RGB value is (252,162,168). Sum of RGB (Red+Green+Blue) = 252+162+168=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A8 is #035D57. Grayscale: #BDBDBD. Windows color (decimal): -220504 or 11051772. OLE color: 11051772.

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

Color convert

RGB252162168-
CMYK00.360.330.01
HSL356º93.75%81.18%-
HSV(B)356º35.71%98.82%-
XYZ60.1349.3643.4-
YUV189.59115.82172.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 162 (63.67% from 255) = 27.84%
BLUE value IS 168 (66.02% from 255) = 28.87%
R=43.30%
G=27.84%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216216800.360.330.0135693.7581.18
HexFCA2A80242111645e51
Octal374242250044411544136121
Binary1111110010100010101010000100100100001110110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2A8; }

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

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

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

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

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

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

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

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