#FCB3AB

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

Shades of Sundown #FCB3AB

Tints of Sundown #FCB3AB

Color information

#FCB3AB (or 0xFCB3AB) is unknown color: approx Sundown. HEX triplet: FC, B3 and AB. RGB value is (252,179,171). Sum of RGB (Red+Green+Blue) = 252+179+171=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3AB is #034C54. Grayscale: #C8C8C8. Windows color (decimal): -216149 or 11252732. OLE color: 11252732.

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

Color convert

RGB252179171-
CMYK00.290.320.01
HSL5.93º93.1%82.94%-
HSV(B)5.93º32.14%98.82%-
XYZ63.6255.8845.96-
YUV199.92111.68165.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=41.86%
G=29.73%
B=28.41%

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
Decimal25217917100.290.320.015.9393.182.94
HexFCB3AB01D20165d53
Octal3742632530354016135123
Binary111111001011001110101011011101100000111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3AB; }

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

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

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

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

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

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

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

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