#FCB4AE

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

Shades of Sundown #FCB4AE

Tints of Sundown #FCB4AE

Color information

#FCB4AE (or 0xFCB4AE) is unknown color: approx Sundown. HEX triplet: FC, B4 and AE. RGB value is (252,180,174). Sum of RGB (Red+Green+Blue) = 252+180+174=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4AE is #034B51. Grayscale: #C8C8C8. Windows color (decimal): -215890 or 11449596. OLE color: 11449596.

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

Color convert

RGB252180174-
CMYK00.290.310.01
HSL4.62º92.86%83.53%-
HSV(B)4.62º30.95%98.82%-
XYZ64.1156.3947.55-
YUV200.84112.85164.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=41.58%
G=29.70%
B=28.71%

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
Decimal25218017400.290.310.014.6292.8683.53
HexFCB4AE01D1F155d54
Octal3742642560353715135124
Binary11111100101101001010111001110111111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4AE; }

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

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

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

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

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

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

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

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