Shades of Rose Bud #FFAF9F
Tints of Rose Bud #FFAF9F
RGB
CMYK
RGB Variations
Color information
#FFAF9F (or 0xFFAF9F) is known color: Rose Bud. HEX triplet: FF, AF and 9F. RGB value is (255,175,159). Sum of RGB (Red+Green+Blue) = 255+175+159=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF9F is #005060. Grayscale: #C5C5C5. Windows color (decimal): -20577 or 10465279. OLE color: 10465279.
HSL color Cylindrical-coordinate representation of color #FFAF9F: hue angle of 10º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFAF9F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 159 | - |
| CMYK | 0 | 0.31 | 0.38 | 0 |
| HSL | 10º | 1% | 0.81% | - |
| HSV(B) | 10º | 0.38% | 1% | - |
| XYZ | 62.83 | 54.42 | 39.99 | - |
| YUV | 197.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 159 | 0 | 0.31 | 0.38 | 0 | 10 | 1 | 0.81 |
| Hex | FF | AF | 9F | 0 | 1F | 26 | 0 | A | 64 | 51 |
| Octal | 377 | 257 | 237 | 0 | 37 | 46 | 0 | 12 | 144 | 121 |
| Binary | 11111111 | 10101111 | 10011111 | 0 | 11111 | 100110 | 0 | 1010 | 1100100 | 1010001 |
Color Harmonies of #FFAF9F
Complementary color
Monochromatic Colors of #FFAF9F
Black with #FFAF9F
Text Example
Text Example
White with #FFAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF9F; }
p { color: rgb(255,175,159); }
H1.HeaderClassName
{
color: #FFAF9F;
}
.AnyTagClassName
{
color: #FFAF9F;
}
</style>
background-color css
<style>
a { background-color: #FFAF9F; }
a { background-color: rgb(255,175,159); }
div.DivClassName
{
background-color: #FFAF9F;
}
.BgClassName
{
background-color: #FFAF9F;
}
</style>
border-color css
<style>
span { border-color: #FFAF9F; }
span { border-color: rgb(255,175,159); }
td.TdClassName
{
border-color: #FFAF9F;
}
.TagClassName
{
border-color: #FFAF9F;
}
</style>