#FCAAA6

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

Shades of Sundown #FCAAA6

Tints of Sundown #FCAAA6

Color information

#FCAAA6 (or 0xFCAAA6) is unknown color: approx Sundown. HEX triplet: FC, AA and A6. RGB value is (252,170,166). Sum of RGB (Red+Green+Blue) = 252+170+166=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAA6 is #035559. Grayscale: #C2C2C2. Windows color (decimal): -218458 or 10922748. OLE color: 10922748.

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

Color convert

RGB252170166-
CMYK00.330.340.01
HSL2.79º93.48%81.96%-
HSV(B)2.79º34.13%98.82%-
XYZ61.452.242.92-
YUV194.06112.17169.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=42.86%
G=28.91%
B=28.23%

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
Decimal25217016600.330.340.012.7993.4881.96
HexFCAAA602122135d52
Octal3742522460414213135122
Binary111111001010101010100110010000110001011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAA6; }

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

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

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

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

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

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

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

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