Shades of Rose Bud #FFAF99
Tints of Rose Bud #FFAF99
RGB
CMYK
RGB Variations
Color information
#FFAF99 (or 0xFFAF99) is known color: Rose Bud. HEX triplet: FF, AF and 99. RGB value is (255,175,153). Sum of RGB (Red+Green+Blue) = 255+175+153=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF99 is #005066. Grayscale: #C4C4C4. Windows color (decimal): -20583 or 10072063. OLE color: 10072063.
HSL color Cylindrical-coordinate representation of color #FFAF99: hue angle of 12.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAF99 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 153 | - |
| CMYK | 0 | 0.31 | 0.4 | 0 |
| HSL | 12.94º | 1% | 0.8% | - |
| HSV(B) | 12.94º | 0.4% | 1% | - |
| XYZ | 62.32 | 54.22 | 37.32 | - |
| YUV | 196.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 153 | 0 | 0.31 | 0.4 | 0 | 12.94 | 1 | 0.8 |
| Hex | FF | AF | 99 | 0 | 1F | 28 | 0 | D | 64 | 50 |
| Octal | 377 | 257 | 231 | 0 | 37 | 50 | 0 | 15 | 144 | 120 |
| Binary | 11111111 | 10101111 | 10011001 | 0 | 11111 | 101000 | 0 | 1101 | 1100100 | 1010000 |
Color Harmonies of #FFAF99
Complementary color
Monochromatic Colors of #FFAF99
Black with #FFAF99
Text Example
Text Example
White with #FFAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF99; }
p { color: rgb(255,175,153); }
H1.HeaderClassName
{
color: #FFAF99;
}
.AnyTagClassName
{
color: #FFAF99;
}
</style>
background-color css
<style>
a { background-color: #FFAF99; }
a { background-color: rgb(255,175,153); }
div.DivClassName
{
background-color: #FFAF99;
}
.BgClassName
{
background-color: #FFAF99;
}
</style>
border-color css
<style>
span { border-color: #FFAF99; }
span { border-color: rgb(255,175,153); }
td.TdClassName
{
border-color: #FFAF99;
}
.TagClassName
{
border-color: #FFAF99;
}
</style>