#FCA2A1

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

Shades of Sundown #FCA2A1

Tints of Sundown #FCA2A1

Color information

#FCA2A1 (or 0xFCA2A1) is unknown color: approx Sundown. HEX triplet: FC, A2 and A1. RGB value is (252,162,161). Sum of RGB (Red+Green+Blue) = 252+162+161=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A1 is #035D5E. Grayscale: #BCBCBC. Windows color (decimal): -220511 or 10593020. OLE color: 10593020.

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

Color convert

RGB252162161-
CMYK00.360.360.01
HSL0.66º93.81%80.98%-
HSV(B)0.66º36.11%98.82%-
XYZ59.549.1140.06-
YUV188.8112.32173.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 161 (63.28% from 255) = 28%
R=43.83%
G=28.17%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216216100.360.360.010.6693.8180.98
HexFCA2A102424115e51
Octal3742422410444411136121
Binary11111100101000101010000101001001001001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2A1; }

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

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

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

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

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

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

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

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