#FDB0AB

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

Shades of Sundown #FDB0AB

Tints of Sundown #FDB0AB

Color information

#FDB0AB (or 0xFDB0AB) is unknown color: approx Sundown. HEX triplet: FD, B0 and AB. RGB value is (253,176,171). Sum of RGB (Red+Green+Blue) = 253+176+171=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0AB is #024F54. Grayscale: #C6C6C6. Windows color (decimal): -151381 or 11251965. OLE color: 11251965.

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

Color convert

RGB253176171-
CMYK00.300.320.01
HSL3.66º95.35%83.14%-
HSV(B)3.66º32.41%99.22%-
XYZ63.3854.8745.78-
YUV198.45112.51166.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=42.17%
G=29.33%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317617100.300.320.013.6695.3583.14
HexFDB0AB01E20145f53
Octal3752602530364014137123
Binary111111011011000010101011011110100000110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0AB; }

 p { color: rgb(253,176,171); }

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

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

 a { background-color: rgb(253,176,171); }

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

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

 span { border-color: rgb(253,176,171); }

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