#FCB0AC

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

Shades of Sundown #FCB0AC

Tints of Sundown #FCB0AC

Color information

#FCB0AC (or 0xFCB0AC) is unknown color: approx Sundown. HEX triplet: FC, B0 and AC. RGB value is (252,176,172). Sum of RGB (Red+Green+Blue) = 252+176+172=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0AC is #034F53. Grayscale: #C6C6C6. Windows color (decimal): -216916 or 11317500. OLE color: 11317500.

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

Color convert

RGB252176172-
CMYK00.300.320.01
HSL93.02%83.14%-
HSV(B)31.75%98.82%-
XYZ63.1254.7246.27-
YUV198.27113.18166.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=42%
G=29.33%
B=28.67%

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
Decimal25217617200.300.320.01393.0283.14
HexFCB0AC01E20135d53
Octal3742602540364013135123
Binary11111100101100001010110001111010000011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0AC; }

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

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

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

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

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

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

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

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