#FCACA7

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

Shades of Sundown #FCACA7

Tints of Sundown #FCACA7

Color information

#FCACA7 (or 0xFCACA7) is unknown color: approx Sundown. HEX triplet: FC, AC and A7. RGB value is (252,172,167). Sum of RGB (Red+Green+Blue) = 252+172+167=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA7 is #035358. Grayscale: #C3C3C3. Windows color (decimal): -217945 or 10988796. OLE color: 10988796.

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

Color convert

RGB252172167-
CMYK00.320.340.01
HSL3.53º93.41%82.16%-
HSV(B)3.53º33.73%98.82%-
XYZ61.8752.9943.53-
YUV195.35112168.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=42.64%
G=29.10%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217216700.320.340.013.5393.4182.16
HexFCACA702022145d52
Octal3742542470404214135122
Binary1111110010101100101001110100000100010110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACA7; }

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

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

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

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

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

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

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

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