Shades of Rose Bud #FFA696
Tints of Rose Bud #FFA696
RGB
CMYK
RGB Variations
Color information
#FFA696 (or 0xFFA696) is known color: Rose Bud. HEX triplet: FF, A6 and 96. RGB value is (255,166,150). Sum of RGB (Red+Green+Blue) = 255+166+150=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA696 is #005969. Grayscale: #BEBEBE. Windows color (decimal): -22890 or 9873151. OLE color: 9873151.
HSL color Cylindrical-coordinate representation of color #FFA696: hue angle of 9.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFA696 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 150 | - |
| CMYK | 0 | 0.35 | 0.41 | 0 |
| HSL | 9.14º | 1% | 0.79% | - |
| HSV(B) | 9.14º | 0.41% | 1% | - |
| XYZ | 60.38 | 50.73 | 35.46 | - |
| YUV | 190.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 150 | 0 | 0.35 | 0.41 | 0 | 9.14 | 1 | 0.79 |
| Hex | FF | A6 | 96 | 0 | 23 | 29 | 0 | 9 | 64 | 4F |
| Octal | 377 | 246 | 226 | 0 | 43 | 51 | 0 | 11 | 144 | 117 |
| Binary | 11111111 | 10100110 | 10010110 | 0 | 100011 | 101001 | 0 | 1001 | 1100100 | 1001111 |
Color Harmonies of #FFA696
Complementary color
Monochromatic Colors of #FFA696
Black with #FFA696
Text Example
Text Example
White with #FFA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA696; }
p { color: rgb(255,166,150); }
H1.HeaderClassName
{
color: #FFA696;
}
.AnyTagClassName
{
color: #FFA696;
}
</style>
background-color css
<style>
a { background-color: #FFA696; }
a { background-color: rgb(255,166,150); }
div.DivClassName
{
background-color: #FFA696;
}
.BgClassName
{
background-color: #FFA696;
}
</style>
border-color css
<style>
span { border-color: #FFA696; }
span { border-color: rgb(255,166,150); }
td.TdClassName
{
border-color: #FFA696;
}
.TagClassName
{
border-color: #FFA696;
}
</style>