Shades of Sundown #FFB3AA
Tints of Sundown #FFB3AA
RGB
CMYK
RGB Variations
Color information
#FFB3AA (or 0xFFB3AA) is known color: Sundown. HEX triplet: FF, B3 and AA. RGB value is (255,179,170). Sum of RGB (Red+Green+Blue) = 255+179+170=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3AA is #004C55. Grayscale: #C8C8C8. Windows color (decimal): -19542 or 11187199. OLE color: 11187199.
HSL color Cylindrical-coordinate representation of color #FFB3AA: hue angle of 6.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB3AA is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 170 | - |
| CMYK | 0 | 0.30 | 0.33 | 0 |
| HSL | 6.35º | 1% | 0.83% | - |
| HSV(B) | 6.35º | 0.33% | 1% | - |
| XYZ | 64.62 | 56.4 | 45.51 | - |
| YUV | 200.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 170 | 0 | 0.30 | 0.33 | 0 | 6.35 | 1 | 0.83 |
| Hex | FF | B3 | AA | 0 | 1E | 21 | 0 | 6 | 64 | 53 |
| Octal | 377 | 263 | 252 | 0 | 36 | 41 | 0 | 6 | 144 | 123 |
| Binary | 11111111 | 10110011 | 10101010 | 0 | 11110 | 100001 | 0 | 110 | 1100100 | 1010011 |
Color Harmonies of #FFB3AA
Complementary color
Monochromatic Colors of #FFB3AA
Black with #FFB3AA
Text Example
Text Example
White with #FFB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3AA; }
p { color: rgb(255,179,170); }
H1.HeaderClassName
{
color: #FFB3AA;
}
.AnyTagClassName
{
color: #FFB3AA;
}
</style>
background-color css
<style>
a { background-color: #FFB3AA; }
a { background-color: rgb(255,179,170); }
div.DivClassName
{
background-color: #FFB3AA;
}
.BgClassName
{
background-color: #FFB3AA;
}
</style>
border-color css
<style>
span { border-color: #FFB3AA; }
span { border-color: rgb(255,179,170); }
td.TdClassName
{
border-color: #FFB3AA;
}
.TagClassName
{
border-color: #FFB3AA;
}
</style>