#FDB1AE

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

Shades of Sundown #FDB1AE

Tints of Sundown #FDB1AE

Color information

#FDB1AE (or 0xFDB1AE) is unknown color: approx Sundown. HEX triplet: FD, B1 and AE. RGB value is (253,177,174). Sum of RGB (Red+Green+Blue) = 253+177+174=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1AE is #024E51. Grayscale: #C7C7C7. Windows color (decimal): -151122 or 11448829. OLE color: 11448829.

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

Color convert

RGB253177174-
CMYK00.300.310.01
HSL2.28º95.18%83.73%-
HSV(B)2.28º31.23%99.22%-
XYZ63.8755.3847.37-
YUV199.38113.68166.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=41.89%
G=29.30%
B=28.81%

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
Decimal25317717400.300.310.012.2895.1883.73
HexFDB1AE01E1F125f54
Octal3752612560363712137124
Binary1111110110110001101011100111101111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1AE; }

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

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

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

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

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

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

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

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