Shades of Rose Bud #FFA699
Tints of Rose Bud #FFA699
RGB
CMYK
RGB Variations
Color information
#FFA699 (or 0xFFA699) is known color: Rose Bud. HEX triplet: FF, A6 and 99. RGB value is (255,166,153). Sum of RGB (Red+Green+Blue) = 255+166+153=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA699 is #005966. Grayscale: #BFBFBF. Windows color (decimal): -22887 or 10069759. OLE color: 10069759.
HSL color Cylindrical-coordinate representation of color #FFA699: hue angle of 7.65º 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 #FFA699 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 153 | - |
| CMYK | 0 | 0.35 | 0.4 | 0 |
| HSL | 7.65º | 1% | 0.8% | - |
| HSV(B) | 7.65º | 0.4% | 1% | - |
| XYZ | 60.63 | 50.83 | 36.75 | - |
| YUV | 191.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 153 | 0 | 0.35 | 0.4 | 0 | 7.65 | 1 | 0.8 |
| Hex | FF | A6 | 99 | 0 | 23 | 28 | 0 | 8 | 64 | 50 |
| Octal | 377 | 246 | 231 | 0 | 43 | 50 | 0 | 10 | 144 | 120 |
| Binary | 11111111 | 10100110 | 10011001 | 0 | 100011 | 101000 | 0 | 1000 | 1100100 | 1010000 |
Color Harmonies of #FFA699
Complementary color
Monochromatic Colors of #FFA699
Black with #FFA699
Text Example
Text Example
White with #FFA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA699; }
p { color: rgb(255,166,153); }
H1.HeaderClassName
{
color: #FFA699;
}
.AnyTagClassName
{
color: #FFA699;
}
</style>
background-color css
<style>
a { background-color: #FFA699; }
a { background-color: rgb(255,166,153); }
div.DivClassName
{
background-color: #FFA699;
}
.BgClassName
{
background-color: #FFA699;
}
</style>
border-color css
<style>
span { border-color: #FFA699; }
span { border-color: rgb(255,166,153); }
td.TdClassName
{
border-color: #FFA699;
}
.TagClassName
{
border-color: #FFA699;
}
</style>