#FCA8A5

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

Shades of Sundown #FCA8A5

Tints of Sundown #FCA8A5

Color information

#FCA8A5 (or 0xFCA8A5) is unknown color: approx Sundown. HEX triplet: FC, A8 and A5. RGB value is (252,168,165). Sum of RGB (Red+Green+Blue) = 252+168+165=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A5 is #03575A. Grayscale: #C0C0C0. Windows color (decimal): -218971 or 10856700. OLE color: 10856700.

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

Color convert

RGB252168165-
CMYK00.330.350.01
HSL2.07º93.55%81.76%-
HSV(B)2.07º34.52%98.82%-
XYZ60.9451.4242.31-
YUV192.77112.33170.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=43.08%
G=28.72%
B=28.21%

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
Decimal25216816500.330.350.012.0793.5581.76
HexFCA8A502123125e52
Octal3742502450414312136122
Binary111111001010100010100101010000110001111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8A5; }

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

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

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

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

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

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

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

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