#FDB3AE

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

Shades of Sundown #FDB3AE

Tints of Sundown #FDB3AE

Color information

#FDB3AE (or 0xFDB3AE) is unknown color: approx Sundown. HEX triplet: FD, B3 and AE. RGB value is (253,179,174). Sum of RGB (Red+Green+Blue) = 253+179+174=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3AE is #024C51. Grayscale: #C8C8C8. Windows color (decimal): -150610 or 11449341. OLE color: 11449341.

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

Color convert

RGB253179174-
CMYK00.290.310.01
HSL3.8º95.18%83.73%-
HSV(B)3.8º31.23%99.22%-
XYZ64.2756.1847.5-
YUV200.56113.02165.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=41.75%
G=29.54%
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
Decimal25317917400.290.310.013.895.1883.73
HexFDB3AE01D1F145f54
Octal3752632560353714137124
Binary11111101101100111010111001110111111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3AE; }

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

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

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

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

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

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

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

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