#FCB2AE

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

Shades of Sundown #FCB2AE

Tints of Sundown #FCB2AE

Color information

#FCB2AE (or 0xFCB2AE) is unknown color: approx Sundown. HEX triplet: FC, B2 and AE. RGB value is (252,178,174). Sum of RGB (Red+Green+Blue) = 252+178+174=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2AE is #034D51. Grayscale: #C7C7C7. Windows color (decimal): -216402 or 11449084. OLE color: 11449084.

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

Color convert

RGB252178174-
CMYK00.290.310.01
HSL3.08º92.86%83.53%-
HSV(B)3.08º30.95%98.82%-
XYZ63.7155.5947.42-
YUV199.67113.52165.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=41.72%
G=29.47%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217817400.290.310.013.0892.8683.53
HexFCB2AE01D1F135d54
Octal3742622560353713135124
Binary1111110010110010101011100111011111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2AE; }

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

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

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

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

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

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

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

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