#FDB0A5

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

Shades of Sundown #FDB0A5

Tints of Sundown #FDB0A5

Color information

#FDB0A5 (or 0xFDB0A5) is unknown color: approx Sundown. HEX triplet: FD, B0 and A5. RGB value is (253,176,165). Sum of RGB (Red+Green+Blue) = 253+176+165=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0A5 is #024F5A. Grayscale: #C5C5C5. Windows color (decimal): -151387 or 10858749. OLE color: 10858749.

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

Color convert

RGB253176165-
CMYK00.300.350.01
HSL7.5º95.65%81.96%-
HSV(B)7.5º34.78%99.22%-
XYZ62.8254.6542.83-
YUV197.77109.51167.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 165 (64.84% from 255) = 27.78%
R=42.59%
G=29.63%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317616500.300.350.017.595.6581.96
HexFDB0A501E23186052
Octal37526024503643110140122
Binary1111110110110000101001010111101000111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0A5; }

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

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

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

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

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

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

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

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