#FCAAA4

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

Shades of Sundown #FCAAA4

Tints of Sundown #FCAAA4

Color information

#FCAAA4 (or 0xFCAAA4) is unknown color: approx Sundown. HEX triplet: FC, AA and A4. RGB value is (252,170,164). Sum of RGB (Red+Green+Blue) = 252+170+164=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAA4 is #03555B. Grayscale: #C1C1C1. Windows color (decimal): -218460 or 10791676. OLE color: 10791676.

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

Color convert

RGB252170164-
CMYK00.330.350.01
HSL4.09º93.62%81.57%-
HSV(B)4.09º34.92%98.82%-
XYZ61.2252.1341.96-
YUV193.83111.17169.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=43.00%
G=29.01%
B=27.99%

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
Decimal25217016400.330.350.014.0993.6281.57
HexFCAAA402123145e52
Octal3742522440414314136122
Binary1111110010101010101001000100001100011110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAA4; }

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

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

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

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

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

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

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

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