Shades of Rose Bud #FFAFA1
Tints of Rose Bud #FFAFA1
RGB
CMYK
RGB Variations
Color information
#FFAFA1 (or 0xFFAFA1) is known color: Rose Bud. HEX triplet: FF, AF and A1. RGB value is (255,175,161). Sum of RGB (Red+Green+Blue) = 255+175+161=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA1 is #00505E. Grayscale: #C5C5C5. Windows color (decimal): -20575 or 10596351. OLE color: 10596351.
HSL color Cylindrical-coordinate representation of color #FFAFA1: hue angle of 8.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFAFA1 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 161 | - |
| CMYK | 0 | 0.31 | 0.37 | 0 |
| HSL | 8.94º | 1% | 0.82% | - |
| HSV(B) | 8.94º | 0.37% | 1% | - |
| XYZ | 63 | 54.49 | 40.92 | - |
| YUV | 197.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 161 | 0 | 0.31 | 0.37 | 0 | 8.94 | 1 | 0.82 |
| Hex | FF | AF | A1 | 0 | 1F | 25 | 0 | 9 | 64 | 52 |
| Octal | 377 | 257 | 241 | 0 | 37 | 45 | 0 | 11 | 144 | 122 |
| Binary | 11111111 | 10101111 | 10100001 | 0 | 11111 | 100101 | 0 | 1001 | 1100100 | 1010010 |
Color Harmonies of #FFAFA1
Complementary color
Monochromatic Colors of #FFAFA1
Black with #FFAFA1
Text Example
Text Example
White with #FFAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFA1; }
p { color: rgb(255,175,161); }
H1.HeaderClassName
{
color: #FFAFA1;
}
.AnyTagClassName
{
color: #FFAFA1;
}
</style>
background-color css
<style>
a { background-color: #FFAFA1; }
a { background-color: rgb(255,175,161); }
div.DivClassName
{
background-color: #FFAFA1;
}
.BgClassName
{
background-color: #FFAFA1;
}
</style>
border-color css
<style>
span { border-color: #FFAFA1; }
span { border-color: rgb(255,175,161); }
td.TdClassName
{
border-color: #FFAFA1;
}
.TagClassName
{
border-color: #FFAFA1;
}
</style>