Shades of Sundown #FFB0AF
Tints of Sundown #FFB0AF
RGB
CMYK
RGB Variations
Color information
#FFB0AF (or 0xFFB0AF) is known color: Sundown. HEX triplet: FF, B0 and AF. RGB value is (255,176,175). Sum of RGB (Red+Green+Blue) = 255+176+175=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AF is #004F50. Grayscale: #C7C7C7. Windows color (decimal): -20305 or 11514111. OLE color: 11514111.
HSL color Cylindrical-coordinate representation of color #FFB0AF: hue angle of 0.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0AF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 175 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 0.75º | 1% | 0.84% | - |
| HSV(B) | 0.75º | 0.31% | 1% | - |
| XYZ | 64.5 | 55.41 | 47.85 | - |
| YUV | 199.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 175 | 0 | 0.31 | 0.31 | 0 | 0.75 | 1 | 0.84 |
| Hex | FF | B0 | AF | 0 | 1F | 1F | 0 | 1 | 64 | 54 |
| Octal | 377 | 260 | 257 | 0 | 37 | 37 | 0 | 1 | 144 | 124 |
| Binary | 11111111 | 10110000 | 10101111 | 0 | 11111 | 11111 | 0 | 1 | 1100100 | 1010100 |
Color Harmonies of #FFB0AF
Complementary color
Monochromatic Colors of #FFB0AF
Black with #FFB0AF
Text Example
Text Example
White with #FFB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0AF; }
p { color: rgb(255,176,175); }
H1.HeaderClassName
{
color: #FFB0AF;
}
.AnyTagClassName
{
color: #FFB0AF;
}
</style>
background-color css
<style>
a { background-color: #FFB0AF; }
a { background-color: rgb(255,176,175); }
div.DivClassName
{
background-color: #FFB0AF;
}
.BgClassName
{
background-color: #FFB0AF;
}
</style>
border-color css
<style>
span { border-color: #FFB0AF; }
span { border-color: rgb(255,176,175); }
td.TdClassName
{
border-color: #FFB0AF;
}
.TagClassName
{
border-color: #FFB0AF;
}
</style>