Shades of Rose Bud #F8A89A
Tints of Rose Bud #F8A89A
RGB
CMYK
RGB Variations
Color information
#F8A89A (or 0xF8A89A) is known color: Rose Bud. HEX triplet: F8, A8 and 9A. RGB value is (248,168,154). Sum of RGB (Red+Green+Blue) = 248+168+154=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A89A is #075765. Grayscale: #BEBEBE. Windows color (decimal): -481126 or 10135800. OLE color: 10135800.
HSL color Cylindrical-coordinate representation of color #F8A89A: hue angle of 8.94º 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 #F8A89A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 154 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.03 |
| HSL | 8.94º | 0.87% | 0.79% | - |
| HSV(B) | 8.94º | 0.38% | 0.97% | - |
| XYZ | 58.55 | 50.29 | 37.19 | - |
| YUV | 190.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 154 | 0 | 0.32 | 0.38 | 0.03 | 8.94 | 0.87 | 0.79 |
| Hex | F8 | A8 | 9A | 0 | 20 | 26 | 3 | 9 | 57 | 4F |
| Octal | 370 | 250 | 232 | 0 | 40 | 46 | 3 | 11 | 127 | 117 |
| Binary | 11111000 | 10101000 | 10011010 | 0 | 100000 | 100110 | 11 | 1001 | 1010111 | 1001111 |
Color Harmonies of #F8A89A
Complementary color
Monochromatic Colors of #F8A89A
Black with #F8A89A
Text Example
Text Example
White with #F8A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A89A; }
p { color: rgb(248,168,154); }
H1.HeaderClassName
{
color: #F8A89A;
}
.AnyTagClassName
{
color: #F8A89A;
}
</style>
background-color css
<style>
a { background-color: #F8A89A; }
a { background-color: rgb(248,168,154); }
div.DivClassName
{
background-color: #F8A89A;
}
.BgClassName
{
background-color: #F8A89A;
}
</style>
border-color css
<style>
span { border-color: #F8A89A; }
span { border-color: rgb(248,168,154); }
td.TdClassName
{
border-color: #F8A89A;
}
.TagClassName
{
border-color: #F8A89A;
}
</style>