#FCB1AB

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

Shades of Sundown #FCB1AB

Tints of Sundown #FCB1AB

Color information

#FCB1AB (or 0xFCB1AB) is unknown color: approx Sundown. HEX triplet: FC, B1 and AB. RGB value is (252,177,171). Sum of RGB (Red+Green+Blue) = 252+177+171=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1AB is #034E54. Grayscale: #C6C6C6. Windows color (decimal): -216661 or 11252220. OLE color: 11252220.

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

Color convert

RGB252177171-
CMYK00.300.320.01
HSL4.44º93.1%82.94%-
HSV(B)4.44º32.14%98.82%-
XYZ63.2255.0845.83-
YUV198.74112.35165.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=42%
G=29.5%
B=28.5%

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
Decimal25217717100.300.320.014.4493.182.94
HexFCB1AB01E20145d53
Octal3742612530364014135123
Binary111111001011000110101011011110100000110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1AB; }

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

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

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

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

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

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

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

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