#FCA1A5

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

Shades of Wewak #FCA1A5

Tints of Wewak #FCA1A5

Color information

#FCA1A5 (or 0xFCA1A5) is unknown color: approx Wewak. HEX triplet: FC, A1 and A5. RGB value is (252,161,165). Sum of RGB (Red+Green+Blue) = 252+161+165=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA1A5 is #035E5A. Grayscale: #BCBCBC. Windows color (decimal): -220763 or 10854908. OLE color: 10854908.

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

Color convert

RGB252161165-
CMYK00.360.350.01
HSL357.36º93.81%80.98%-
HSV(B)357.36º36.11%98.82%-
XYZ59.6848.941.89-
YUV188.66114.65173.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=43.60%
G=27.85%
B=28.55%

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
Decimal25216116500.360.350.01357.3693.8180.98
HexFCA1A50242311655e51
Octal374241245044431545136121
Binary1111110010100001101001010100100100011110110010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1A5; }

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

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

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

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

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

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

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

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