#FCA5A1

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

Shades of Sundown #FCA5A1

Tints of Sundown #FCA5A1

Color information

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

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

Color convert

RGB252165161-
CMYK00.350.360.01
HSL2.64º93.81%80.98%-
HSV(B)2.64º36.11%98.82%-
XYZ60.0350.1840.24-
YUV190.56111.32171.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216516100.350.360.012.6493.8180.98
HexFCA5A102324135e51
Octal3742452410434413136121
Binary111111001010010110100001010001110010011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5A1; }

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

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

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

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

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

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

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

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