Shades of Rose Bud #FFAF8F
Tints of Rose Bud #FFAF8F
RGB
CMYK
RGB Variations
Color information
#FFAF8F (or 0xFFAF8F) is known color: Rose Bud. HEX triplet: FF, AF and 8F. RGB value is (255,175,143). Sum of RGB (Red+Green+Blue) = 255+175+143=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF8F is #005070. Grayscale: #C3C3C3. Windows color (decimal): -20593 or 9416703. OLE color: 9416703.
HSL color Cylindrical-coordinate representation of color #FFAF8F: hue angle of 17.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFAF8F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 143 | - |
| CMYK | 0 | 0.31 | 0.44 | 0 |
| HSL | 17.14º | 1% | 0.78% | - |
| HSV(B) | 17.14º | 0.44% | 1% | - |
| XYZ | 61.53 | 53.9 | 33.15 | - |
| YUV | 195.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 143 | 0 | 0.31 | 0.44 | 0 | 17.14 | 1 | 0.78 |
| Hex | FF | AF | 8F | 0 | 1F | 2C | 0 | 11 | 64 | 4E |
| Octal | 377 | 257 | 217 | 0 | 37 | 54 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10101111 | 10001111 | 0 | 11111 | 101100 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFAF8F
Complementary color
Monochromatic Colors of #FFAF8F
Black with #FFAF8F
Text Example
Text Example
White with #FFAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF8F; }
p { color: rgb(255,175,143); }
H1.HeaderClassName
{
color: #FFAF8F;
}
.AnyTagClassName
{
color: #FFAF8F;
}
</style>
background-color css
<style>
a { background-color: #FFAF8F; }
a { background-color: rgb(255,175,143); }
div.DivClassName
{
background-color: #FFAF8F;
}
.BgClassName
{
background-color: #FFAF8F;
}
</style>
border-color css
<style>
span { border-color: #FFAF8F; }
span { border-color: rgb(255,175,143); }
td.TdClassName
{
border-color: #FFAF8F;
}
.TagClassName
{
border-color: #FFAF8F;
}
</style>