Shades of Sundown #FFB3AD
Tints of Sundown #FFB3AD
RGB
CMYK
RGB Variations
Color information
#FFB3AD (or 0xFFB3AD) is known color: Sundown. HEX triplet: FF, B3 and AD. RGB value is (255,179,173). Sum of RGB (Red+Green+Blue) = 255+179+173=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3AD is #004C52. Grayscale: #C9C9C9. Windows color (decimal): -19539 or 11383807. OLE color: 11383807.
HSL color Cylindrical-coordinate representation of color #FFB3AD: hue angle of 4.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFB3AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 173 | - |
| CMYK | 0 | 0.30 | 0.32 | 0 |
| HSL | 4.39º | 1% | 0.84% | - |
| HSV(B) | 4.39º | 0.32% | 1% | - |
| XYZ | 64.9 | 56.52 | 47.02 | - |
| YUV | 201.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 173 | 0 | 0.30 | 0.32 | 0 | 4.39 | 1 | 0.84 |
| Hex | FF | B3 | AD | 0 | 1E | 20 | 0 | 4 | 64 | 54 |
| Octal | 377 | 263 | 255 | 0 | 36 | 40 | 0 | 4 | 144 | 124 |
| Binary | 11111111 | 10110011 | 10101101 | 0 | 11110 | 100000 | 0 | 100 | 1100100 | 1010100 |
Color Harmonies of #FFB3AD
Complementary color
Monochromatic Colors of #FFB3AD
Black with #FFB3AD
Text Example
Text Example
White with #FFB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3AD; }
p { color: rgb(255,179,173); }
H1.HeaderClassName
{
color: #FFB3AD;
}
.AnyTagClassName
{
color: #FFB3AD;
}
</style>
background-color css
<style>
a { background-color: #FFB3AD; }
a { background-color: rgb(255,179,173); }
div.DivClassName
{
background-color: #FFB3AD;
}
.BgClassName
{
background-color: #FFB3AD;
}
</style>
border-color css
<style>
span { border-color: #FFB3AD; }
span { border-color: rgb(255,179,173); }
td.TdClassName
{
border-color: #FFB3AD;
}
.TagClassName
{
border-color: #FFB3AD;
}
</style>