Shades of Rose Bud #FFAF97
Tints of Rose Bud #FFAF97
RGB
CMYK
RGB Variations
Color information
#FFAF97 (or 0xFFAF97) is known color: Rose Bud. HEX triplet: FF, AF and 97. RGB value is (255,175,151). Sum of RGB (Red+Green+Blue) = 255+175+151=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF97 is #005068. Grayscale: #C4C4C4. Windows color (decimal): -20585 or 9940991. OLE color: 9940991.
HSL color Cylindrical-coordinate representation of color #FFAF97: hue angle of 13.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFAF97 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 151 | - |
| CMYK | 0 | 0.31 | 0.41 | 0 |
| HSL | 13.85º | 1% | 0.8% | - |
| HSV(B) | 13.85º | 0.41% | 1% | - |
| XYZ | 62.16 | 54.15 | 36.46 | - |
| YUV | 196.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 151 | 0 | 0.31 | 0.41 | 0 | 13.85 | 1 | 0.8 |
| Hex | FF | AF | 97 | 0 | 1F | 29 | 0 | E | 64 | 50 |
| Octal | 377 | 257 | 227 | 0 | 37 | 51 | 0 | 16 | 144 | 120 |
| Binary | 11111111 | 10101111 | 10010111 | 0 | 11111 | 101001 | 0 | 1110 | 1100100 | 1010000 |
Color Harmonies of #FFAF97
Complementary color
Monochromatic Colors of #FFAF97
Black with #FFAF97
Text Example
Text Example
White with #FFAF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF97; }
p { color: rgb(255,175,151); }
H1.HeaderClassName
{
color: #FFAF97;
}
.AnyTagClassName
{
color: #FFAF97;
}
</style>
background-color css
<style>
a { background-color: #FFAF97; }
a { background-color: rgb(255,175,151); }
div.DivClassName
{
background-color: #FFAF97;
}
.BgClassName
{
background-color: #FFAF97;
}
</style>
border-color css
<style>
span { border-color: #FFAF97; }
span { border-color: rgb(255,175,151); }
td.TdClassName
{
border-color: #FFAF97;
}
.TagClassName
{
border-color: #FFAF97;
}
</style>