#FCA2A4

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

Shades of Wewak #FCA2A4

Tints of Wewak #FCA2A4

Color information

#FCA2A4 (or 0xFCA2A4) is unknown color: approx Wewak. HEX triplet: FC, A2 and A4. RGB value is (252,162,164). Sum of RGB (Red+Green+Blue) = 252+162+164=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A4 is #035D5B. Grayscale: #BDBDBD. Windows color (decimal): -220508 or 10789628. OLE color: 10789628.

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

Color convert

RGB252162164-
CMYK00.360.350.01
HSL358.67º93.75%81.18%-
HSV(B)358.67º35.71%98.82%-
XYZ59.7749.2241.47-
YUV189.14113.82172.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 162 (63.67% from 255) = 28.03%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=43.60%
G=28.03%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216216400.360.350.01358.6793.7581.18
HexFCA2A40242311675e51
Octal374242244044431547136121
Binary1111110010100010101001000100100100011110110011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2A4; }

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

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

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

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

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

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

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

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