Shades of Sundown #FDB2A5
Tints of Sundown #FDB2A5
RGB
CMYK
RGB Variations
Color information
#FDB2A5 (or 0xFDB2A5) is known color: Sundown. HEX triplet: FD, B2 and A5. RGB value is (253,178,165). Sum of RGB (Red+Green+Blue) = 253+178+165=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2A5 is #024D5A. Grayscale: #C7C7C7. Windows color (decimal): -150875 or 10859261. OLE color: 10859261.
HSL color Cylindrical-coordinate representation of color #FDB2A5: hue angle of 8.86º 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 #FDB2A5 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 165 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.01 |
| HSL | 8.86º | 0.96% | 0.82% | - |
| HSV(B) | 8.86º | 0.35% | 0.99% | - |
| XYZ | 63.22 | 55.44 | 42.97 | - |
| YUV | 198.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 165 | 0 | 0.30 | 0.35 | 0.01 | 8.86 | 0.96 | 0.82 |
| Hex | FD | B2 | A5 | 0 | 1E | 23 | 1 | 9 | 60 | 52 |
| Octal | 375 | 262 | 245 | 0 | 36 | 43 | 1 | 11 | 140 | 122 |
| Binary | 11111101 | 10110010 | 10100101 | 0 | 11110 | 100011 | 1 | 1001 | 1100000 | 1010010 |
Color Harmonies of #FDB2A5
Complementary color
Monochromatic Colors of #FDB2A5
Black with #FDB2A5
Text Example
Text Example
White with #FDB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2A5; }
p { color: rgb(253,178,165); }
H1.HeaderClassName
{
color: #FDB2A5;
}
.AnyTagClassName
{
color: #FDB2A5;
}
</style>
background-color css
<style>
a { background-color: #FDB2A5; }
a { background-color: rgb(253,178,165); }
div.DivClassName
{
background-color: #FDB2A5;
}
.BgClassName
{
background-color: #FDB2A5;
}
</style>
border-color css
<style>
span { border-color: #FDB2A5; }
span { border-color: rgb(253,178,165); }
td.TdClassName
{
border-color: #FDB2A5;
}
.TagClassName
{
border-color: #FDB2A5;
}
</style>