#FCB3AD

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

Shades of Sundown #FCB3AD

Tints of Sundown #FCB3AD

Color information

#FCB3AD (or 0xFCB3AD) is unknown color: approx Sundown. HEX triplet: FC, B3 and AD. RGB value is (252,179,173). Sum of RGB (Red+Green+Blue) = 252+179+173=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3AD is #034C52. Grayscale: #C8C8C8. Windows color (decimal): -216147 or 11383804. OLE color: 11383804.

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

Color convert

RGB252179173-
CMYK00.290.310.01
HSL4.56º92.94%83.33%-
HSV(B)4.56º31.35%98.82%-
XYZ63.8155.9546.97-
YUV200.14112.68164.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=41.72%
G=29.64%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217917300.290.310.014.5692.9483.33
HexFCB3AD01D1F155d53
Octal3742632550353715135123
Binary11111100101100111010110101110111111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3AD; }

 p { color: rgb(252,179,173); }

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

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

 a { background-color: rgb(252,179,173); }

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

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

 span { border-color: rgb(252,179,173); }

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