Shades of Rose Bud #F8A199
Tints of Rose Bud #F8A199
RGB
CMYK
RGB Variations
Color information
#F8A199 (or 0xF8A199) is known color: Rose Bud. HEX triplet: F8, A1 and 99. RGB value is (248,161,153). Sum of RGB (Red+Green+Blue) = 248+161+153=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A199 is #075E66. Grayscale: #BABABA. Windows color (decimal): -482919 or 10068472. OLE color: 10068472.
HSL color Cylindrical-coordinate representation of color #F8A199: hue angle of 5.05º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8A199 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 153 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.03 |
| HSL | 5.05º | 0.87% | 0.79% | - |
| HSV(B) | 5.05º | 0.38% | 0.97% | - |
| XYZ | 57.21 | 47.75 | 36.34 | - |
| YUV | 186.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 153 | 0 | 0.35 | 0.38 | 0.03 | 5.05 | 0.87 | 0.79 |
| Hex | F8 | A1 | 99 | 0 | 23 | 26 | 3 | 5 | 57 | 4F |
| Octal | 370 | 241 | 231 | 0 | 43 | 46 | 3 | 5 | 127 | 117 |
| Binary | 11111000 | 10100001 | 10011001 | 0 | 100011 | 100110 | 11 | 101 | 1010111 | 1001111 |
Color Harmonies of #F8A199
Complementary color
Monochromatic Colors of #F8A199
Black with #F8A199
Text Example
Text Example
White with #F8A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A199; }
p { color: rgb(248,161,153); }
H1.HeaderClassName
{
color: #F8A199;
}
.AnyTagClassName
{
color: #F8A199;
}
</style>
background-color css
<style>
a { background-color: #F8A199; }
a { background-color: rgb(248,161,153); }
div.DivClassName
{
background-color: #F8A199;
}
.BgClassName
{
background-color: #F8A199;
}
</style>
border-color css
<style>
span { border-color: #F8A199; }
span { border-color: rgb(248,161,153); }
td.TdClassName
{
border-color: #F8A199;
}
.TagClassName
{
border-color: #F8A199;
}
</style>