Shades of Rose Bud #FFA194
Tints of Rose Bud #FFA194
RGB
CMYK
RGB Variations
Color information
#FFA194 (or 0xFFA194) is known color: Rose Bud. HEX triplet: FF, A1 and 94. RGB value is (255,161,148). Sum of RGB (Red+Green+Blue) = 255+161+148=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA194 is #005E6B. Grayscale: #BBBBBB. Windows color (decimal): -24172 or 9740799. OLE color: 9740799.
HSL color Cylindrical-coordinate representation of color #FFA194: hue angle of 7.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA194 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 148 | - |
| CMYK | 0 | 0.37 | 0.42 | 0 |
| HSL | 7.29º | 1% | 0.79% | - |
| HSV(B) | 7.29º | 0.42% | 1% | - |
| XYZ | 59.33 | 48.89 | 34.33 | - |
| YUV | 187.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 148 | 0 | 0.37 | 0.42 | 0 | 7.29 | 1 | 0.79 |
| Hex | FF | A1 | 94 | 0 | 25 | 2A | 0 | 7 | 64 | 4F |
| Octal | 377 | 241 | 224 | 0 | 45 | 52 | 0 | 7 | 144 | 117 |
| Binary | 11111111 | 10100001 | 10010100 | 0 | 100101 | 101010 | 0 | 111 | 1100100 | 1001111 |
Color Harmonies of #FFA194
Complementary color
Monochromatic Colors of #FFA194
Black with #FFA194
Text Example
Text Example
White with #FFA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA194; }
p { color: rgb(255,161,148); }
H1.HeaderClassName
{
color: #FFA194;
}
.AnyTagClassName
{
color: #FFA194;
}
</style>
background-color css
<style>
a { background-color: #FFA194; }
a { background-color: rgb(255,161,148); }
div.DivClassName
{
background-color: #FFA194;
}
.BgClassName
{
background-color: #FFA194;
}
</style>
border-color css
<style>
span { border-color: #FFA194; }
span { border-color: rgb(255,161,148); }
td.TdClassName
{
border-color: #FFA194;
}
.TagClassName
{
border-color: #FFA194;
}
</style>