#FDB3A9

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

Shades of Sundown #FDB3A9

Tints of Sundown #FDB3A9

Color information

#FDB3A9 (or 0xFDB3A9) is unknown color: approx Sundown. HEX triplet: FD, B3 and A9. RGB value is (253,179,169). Sum of RGB (Red+Green+Blue) = 253+179+169=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3A9 is #024C56. Grayscale: #C8C8C8. Windows color (decimal): -150615 or 11121661. OLE color: 11121661.

HSL color Cylindrical-coordinate representation of color #FDB3A9: hue angle of 7.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB3A9 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253179169-
CMYK00.290.330.01
HSL7.14º95.45%82.75%-
HSV(B)7.14º33.2%99.22%-
XYZ63.7955.9944.98-
YUV199.99110.52165.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 169 (66.41% from 255) = 28.12%
R=42.10%
G=29.78%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317916900.290.330.017.1495.4582.75
HexFDB3A901D21175f53
Octal3752632510354117137123
Binary111111011011001110101001011101100001111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3A9; }

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

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

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

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

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

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

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

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