Shades of Rose Bud #FFAF9E
Tints of Rose Bud #FFAF9E
RGB
CMYK
RGB Variations
Color information
#FFAF9E (or 0xFFAF9E) is known color: Rose Bud. HEX triplet: FF, AF and 9E. RGB value is (255,175,158). Sum of RGB (Red+Green+Blue) = 255+175+158=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF9E is #005061. Grayscale: #C5C5C5. Windows color (decimal): -20578 or 10399743. OLE color: 10399743.
HSL color Cylindrical-coordinate representation of color #FFAF9E: hue angle of 10.52º 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 #FFAF9E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 158 | - |
| CMYK | 0 | 0.31 | 0.38 | 0 |
| HSL | 10.52º | 1% | 0.81% | - |
| HSV(B) | 10.52º | 0.38% | 1% | - |
| XYZ | 62.74 | 54.39 | 39.54 | - |
| YUV | 196.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 158 | 0 | 0.31 | 0.38 | 0 | 10.52 | 1 | 0.81 |
| Hex | FF | AF | 9E | 0 | 1F | 26 | 0 | B | 64 | 51 |
| Octal | 377 | 257 | 236 | 0 | 37 | 46 | 0 | 13 | 144 | 121 |
| Binary | 11111111 | 10101111 | 10011110 | 0 | 11111 | 100110 | 0 | 1011 | 1100100 | 1010001 |
Color Harmonies of #FFAF9E
Complementary color
Monochromatic Colors of #FFAF9E
Black with #FFAF9E
Text Example
Text Example
White with #FFAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF9E; }
p { color: rgb(255,175,158); }
H1.HeaderClassName
{
color: #FFAF9E;
}
.AnyTagClassName
{
color: #FFAF9E;
}
</style>
background-color css
<style>
a { background-color: #FFAF9E; }
a { background-color: rgb(255,175,158); }
div.DivClassName
{
background-color: #FFAF9E;
}
.BgClassName
{
background-color: #FFAF9E;
}
</style>
border-color css
<style>
span { border-color: #FFAF9E; }
span { border-color: rgb(255,175,158); }
td.TdClassName
{
border-color: #FFAF9E;
}
.TagClassName
{
border-color: #FFAF9E;
}
</style>