#FCB1AC

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

Shades of Sundown #FCB1AC

Tints of Sundown #FCB1AC

Color information

#FCB1AC (or 0xFCB1AC) is unknown color: approx Sundown. HEX triplet: FC, B1 and AC. RGB value is (252,177,172). Sum of RGB (Red+Green+Blue) = 252+177+172=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1AC is #034E53. Grayscale: #C6C6C6. Windows color (decimal): -216660 or 11317756. OLE color: 11317756.

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

Color convert

RGB252177172-
CMYK00.300.320.01
HSL3.75º93.02%83.14%-
HSV(B)3.75º31.75%98.82%-
XYZ63.3155.1246.33-
YUV198.86112.85165.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=41.93%
G=29.45%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217717200.300.320.013.7593.0283.14
HexFCB1AC01E20145d53
Octal3742612540364014135123
Binary111111001011000110101100011110100000110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1AC; }

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

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

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

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

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

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

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

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