#FCA8A6

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

Shades of Sundown #FCA8A6

Tints of Sundown #FCA8A6

Color information

#FCA8A6 (or 0xFCA8A6) is unknown color: approx Sundown. HEX triplet: FC, A8 and A6. RGB value is (252,168,166). Sum of RGB (Red+Green+Blue) = 252+168+166=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A6 is #035759. Grayscale: #C0C0C0. Windows color (decimal): -218970 or 10922236. OLE color: 10922236.

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

Color convert

RGB252168166-
CMYK00.330.340.01
HSL1.4º93.48%81.96%-
HSV(B)1.4º34.13%98.82%-
XYZ61.0351.4542.79-
YUV192.89112.83170.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=43.00%
G=28.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216816600.330.340.011.493.4881.96
HexFCA8A602122115d52
Octal3742502460414211135122
Binary11111100101010001010011001000011000101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8A6; }

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

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

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

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

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

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

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

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