#FCACA8

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

Shades of Sundown #FCACA8

Tints of Sundown #FCACA8

Color information

#FCACA8 (or 0xFCACA8) is unknown color: approx Sundown. HEX triplet: FC, AC and A8. RGB value is (252,172,168). Sum of RGB (Red+Green+Blue) = 252+172+168=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA8 is #035357. Grayscale: #C3C3C3. Windows color (decimal): -217944 or 11054332. OLE color: 11054332.

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

Color convert

RGB252172168-
CMYK00.320.330.01
HSL2.86º93.33%82.35%-
HSV(B)2.86º33.33%98.82%-
XYZ61.9753.0344.02-
YUV195.46112.5168.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=42.57%
G=29.05%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217216800.320.330.012.8693.3382.35
HexFCACA802021135d52
Octal3742542500404113135122
Binary111111001010110010101000010000010000111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACA8; }

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

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

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

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

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

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

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

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