#FDB1A5

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

Shades of Sundown #FDB1A5

Tints of Sundown #FDB1A5

Color information

#FDB1A5 (or 0xFDB1A5) is unknown color: approx Sundown. HEX triplet: FD, B1 and A5. RGB value is (253,177,165). Sum of RGB (Red+Green+Blue) = 253+177+165=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1A5 is #024E5A. Grayscale: #C6C6C6. Windows color (decimal): -151131 or 10859005. OLE color: 10859005.

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

Color convert

RGB253177165-
CMYK00.300.350.01
HSL8.18º95.65%81.96%-
HSV(B)8.18º34.78%99.22%-
XYZ63.0255.0442.9-
YUV198.36109.18166.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=42.52%
G=29.75%
B=27.73%

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
Decimal25317716500.300.350.018.1895.6581.96
HexFDB1A501E23186052
Octal37526124503643110140122
Binary1111110110110001101001010111101000111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1A5; }

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

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

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

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

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

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

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

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