Shades of Sundown #FFB2AF
Tints of Sundown #FFB2AF
RGB
CMYK
RGB Variations
Color information
#FFB2AF (or 0xFFB2AF) is known color: Sundown. HEX triplet: FF, B2 and AF. RGB value is (255,178,175). Sum of RGB (Red+Green+Blue) = 255+178+175=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AF is #004D50. Grayscale: #C8C8C8. Windows color (decimal): -19793 or 11514623. OLE color: 11514623.
HSL color Cylindrical-coordinate representation of color #FFB2AF: hue angle of 2.25º 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 #FFB2AF is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 175 | - |
| CMYK | 0 | 0.30 | 0.31 | 0 |
| HSL | 2.25º | 1% | 0.84% | - |
| HSV(B) | 2.25º | 0.31% | 1% | - |
| XYZ | 64.9 | 56.2 | 47.98 | - |
| YUV | 200.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 175 | 0 | 0.30 | 0.31 | 0 | 2.25 | 1 | 0.84 |
| Hex | FF | B2 | AF | 0 | 1E | 1F | 0 | 2 | 64 | 54 |
| Octal | 377 | 262 | 257 | 0 | 36 | 37 | 0 | 2 | 144 | 124 |
| Binary | 11111111 | 10110010 | 10101111 | 0 | 11110 | 11111 | 0 | 10 | 1100100 | 1010100 |
Color Harmonies of #FFB2AF
Complementary color
Monochromatic Colors of #FFB2AF
Black with #FFB2AF
Text Example
Text Example
White with #FFB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2AF; }
p { color: rgb(255,178,175); }
H1.HeaderClassName
{
color: #FFB2AF;
}
.AnyTagClassName
{
color: #FFB2AF;
}
</style>
background-color css
<style>
a { background-color: #FFB2AF; }
a { background-color: rgb(255,178,175); }
div.DivClassName
{
background-color: #FFB2AF;
}
.BgClassName
{
background-color: #FFB2AF;
}
</style>
border-color css
<style>
span { border-color: #FFB2AF; }
span { border-color: rgb(255,178,175); }
td.TdClassName
{
border-color: #FFB2AF;
}
.TagClassName
{
border-color: #FFB2AF;
}
</style>