#FCA9A5

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

Shades of Sundown #FCA9A5

Tints of Sundown #FCA9A5

Color information

#FCA9A5 (or 0xFCA9A5) is unknown color: approx Sundown. HEX triplet: FC, A9 and A5. RGB value is (252,169,165). Sum of RGB (Red+Green+Blue) = 252+169+165=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA9A5 is #03565A. Grayscale: #C1C1C1. Windows color (decimal): -218715 or 10856956. OLE color: 10856956.

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

Color convert

RGB252169165-
CMYK00.330.350.01
HSL2.76º93.55%81.76%-
HSV(B)2.76º34.52%98.82%-
XYZ61.1251.7942.37-
YUV193.36112169.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=43.00%
G=28.84%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216916500.330.350.012.7693.5581.76
HexFCA9A502123135e52
Octal3742512450414313136122
Binary111111001010100110100101010000110001111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9A5; }

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

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

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

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

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

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

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

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