#FCB1AD

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

Shades of Sundown #FCB1AD

Tints of Sundown #FCB1AD

Color information

#FCB1AD (or 0xFCB1AD) is unknown color: approx Sundown. HEX triplet: FC, B1 and AD. RGB value is (252,177,173). Sum of RGB (Red+Green+Blue) = 252+177+173=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1AD is #034E52. Grayscale: #C7C7C7. Windows color (decimal): -216659 or 11383292. OLE color: 11383292.

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

Color convert

RGB252177173-
CMYK00.300.310.01
HSL3.04º92.94%83.33%-
HSV(B)3.04º31.35%98.82%-
XYZ63.4155.1646.84-
YUV198.97113.35165.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=41.86%
G=29.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217717300.300.310.013.0492.9483.33
HexFCB1AD01E1F135d53
Octal3742612550363713135123
Binary1111110010110001101011010111101111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1AD; }

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

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

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

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

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

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

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

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