#FDB4AE

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

Shades of Sundown #FDB4AE

Tints of Sundown #FDB4AE

Color information

#FDB4AE (or 0xFDB4AE) is unknown color: approx Sundown. HEX triplet: FD, B4 and AE. RGB value is (253,180,174). Sum of RGB (Red+Green+Blue) = 253+180+174=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4AE is #024B51. Grayscale: #C9C9C9. Windows color (decimal): -150354 or 11449597. OLE color: 11449597.

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

Color convert

RGB253180174-
CMYK00.290.310.01
HSL4.56º95.18%83.73%-
HSV(B)4.56º31.23%99.22%-
XYZ64.4756.5847.57-
YUV201.14112.68164.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=41.68%
G=29.65%
B=28.67%

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
Decimal25318017400.290.310.014.5695.1883.73
HexFDB4AE01D1F155f54
Octal3752642560353715137124
Binary11111101101101001010111001110111111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4AE; }

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

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

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

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

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

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

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

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