#FCACA5

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

Shades of Sundown #FCACA5

Tints of Sundown #FCACA5

Color information

#FCACA5 (or 0xFCACA5) is unknown color: approx Sundown. HEX triplet: FC, AC and A5. RGB value is (252,172,165). Sum of RGB (Red+Green+Blue) = 252+172+165=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA5 is #03535A. Grayscale: #C3C3C3. Windows color (decimal): -217947 or 10857724. OLE color: 10857724.

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

Color convert

RGB252172165-
CMYK00.320.350.01
HSL4.83º93.55%81.76%-
HSV(B)4.83º34.52%98.82%-
XYZ61.6952.9242.56-
YUV195.12111168.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=42.78%
G=29.20%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217216500.320.350.014.8393.5581.76
HexFCACA502023155e52
Octal3742542450404315136122
Binary1111110010101100101001010100000100011110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACA5; }

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

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

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

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

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

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

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

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