#FCB2AC

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

Shades of Sundown #FCB2AC

Tints of Sundown #FCB2AC

Color information

#FCB2AC (or 0xFCB2AC) is unknown color: approx Sundown. HEX triplet: FC, B2 and AC. RGB value is (252,178,172). Sum of RGB (Red+Green+Blue) = 252+178+172=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2AC is #034D53. Grayscale: #C7C7C7. Windows color (decimal): -216404 or 11318012. OLE color: 11318012.

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

Color convert

RGB252178172-
CMYK00.290.320.01
HSL4.5º93.02%83.14%-
HSV(B)4.5º31.75%98.82%-
XYZ63.5155.5146.4-
YUV199.44112.52165.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=41.86%
G=29.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217817200.290.320.014.593.0283.14
HexFCB2AC01D20155d53
Octal3742622540354015135123
Binary111111001011001010101100011101100000110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2AC; }

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

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

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

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

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

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

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

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