#FCB0AE

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

Shades of Sundown #FCB0AE

Tints of Sundown #FCB0AE

Color information

#FCB0AE (or 0xFCB0AE) is unknown color: approx Sundown. HEX triplet: FC, B0 and AE. RGB value is (252,176,174). Sum of RGB (Red+Green+Blue) = 252+176+174=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0AE is #034F51. Grayscale: #C6C6C6. Windows color (decimal): -216914 or 11448572. OLE color: 11448572.

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

Color convert

RGB252176174-
CMYK00.300.310.01
HSL1.54º92.86%83.53%-
HSV(B)1.54º30.95%98.82%-
XYZ63.3154.847.29-
YUV198.5114.18166.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=41.86%
G=29.24%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217617400.300.310.011.5492.8683.53
HexFCB0AE01E1F125d54
Octal3742602560363712135124
Binary1111110010110000101011100111101111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0AE; }

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

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

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

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

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

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

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

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