Shades of Sundown #FDB3AF
Tints of Sundown #FDB3AF
RGB
CMYK
RGB Variations
Color information
#FDB3AF (or 0xFDB3AF) is known color: Sundown. HEX triplet: FD, B3 and AF. RGB value is (253,179,175). Sum of RGB (Red+Green+Blue) = 253+179+175=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3AF is #024C50. Grayscale: #C8C8C8. Windows color (decimal): -150609 or 11514877. OLE color: 11514877.
HSL color Cylindrical-coordinate representation of color #FDB3AF: hue angle of 3.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDB3AF is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 175 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.01 |
| HSL | 3.08º | 0.95% | 0.84% | - |
| HSV(B) | 3.08º | 0.31% | 0.99% | - |
| XYZ | 64.37 | 56.22 | 48.02 | - |
| YUV | 200.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 175 | 0 | 0.29 | 0.31 | 0.01 | 3.08 | 0.95 | 0.84 |
| Hex | FD | B3 | AF | 0 | 1D | 1F | 1 | 3 | 5F | 54 |
| Octal | 375 | 263 | 257 | 0 | 35 | 37 | 1 | 3 | 137 | 124 |
| Binary | 11111101 | 10110011 | 10101111 | 0 | 11101 | 11111 | 1 | 11 | 1011111 | 1010100 |
Color Harmonies of #FDB3AF
Complementary color
Monochromatic Colors of #FDB3AF
Black with #FDB3AF
Text Example
Text Example
White with #FDB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3AF; }
p { color: rgb(253,179,175); }
H1.HeaderClassName
{
color: #FDB3AF;
}
.AnyTagClassName
{
color: #FDB3AF;
}
</style>
background-color css
<style>
a { background-color: #FDB3AF; }
a { background-color: rgb(253,179,175); }
div.DivClassName
{
background-color: #FDB3AF;
}
.BgClassName
{
background-color: #FDB3AF;
}
</style>
border-color css
<style>
span { border-color: #FDB3AF; }
span { border-color: rgb(253,179,175); }
td.TdClassName
{
border-color: #FDB3AF;
}
.TagClassName
{
border-color: #FDB3AF;
}
</style>