Shades of Rose Bud #FFA09C
Tints of Rose Bud #FFA09C
RGB
CMYK
RGB Variations
Color information
#FFA09C (or 0xFFA09C) is known color: Rose Bud. HEX triplet: FF, A0 and 9C. RGB value is (255,160,156). Sum of RGB (Red+Green+Blue) = 255+160+156=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA09C is #005F63. Grayscale: #BCBCBC. Windows color (decimal): -24420 or 10264831. OLE color: 10264831.
HSL color Cylindrical-coordinate representation of color #FFA09C: hue angle of 2.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA09C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 156 | - |
| CMYK | 0 | 0.37 | 0.39 | 0 |
| HSL | 2.42º | 1% | 0.81% | - |
| HSV(B) | 2.42º | 0.39% | 1% | - |
| XYZ | 59.81 | 48.8 | 37.72 | - |
| YUV | 187.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 156 | 0 | 0.37 | 0.39 | 0 | 2.42 | 1 | 0.81 |
| Hex | FF | A0 | 9C | 0 | 25 | 27 | 0 | 2 | 64 | 51 |
| Octal | 377 | 240 | 234 | 0 | 45 | 47 | 0 | 2 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10011100 | 0 | 100101 | 100111 | 0 | 10 | 1100100 | 1010001 |
Color Harmonies of #FFA09C
Complementary color
Monochromatic Colors of #FFA09C
Black with #FFA09C
Text Example
Text Example
White with #FFA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA09C; }
p { color: rgb(255,160,156); }
H1.HeaderClassName
{
color: #FFA09C;
}
.AnyTagClassName
{
color: #FFA09C;
}
</style>
background-color css
<style>
a { background-color: #FFA09C; }
a { background-color: rgb(255,160,156); }
div.DivClassName
{
background-color: #FFA09C;
}
.BgClassName
{
background-color: #FFA09C;
}
</style>
border-color css
<style>
span { border-color: #FFA09C; }
span { border-color: rgb(255,160,156); }
td.TdClassName
{
border-color: #FFA09C;
}
.TagClassName
{
border-color: #FFA09C;
}
</style>