Shades of Rose Bud #F8A898
Tints of Rose Bud #F8A898
RGB
CMYK
RGB Variations
Color information
#F8A898 (or 0xF8A898) is known color: Rose Bud. HEX triplet: F8, A8 and 98. RGB value is (248,168,152). Sum of RGB (Red+Green+Blue) = 248+168+152=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A898 is #075767. Grayscale: #BEBEBE. Windows color (decimal): -481128 or 10004728. OLE color: 10004728.
HSL color Cylindrical-coordinate representation of color #F8A898: hue angle of 10º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8A898 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 152 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.03 |
| HSL | 10º | 0.87% | 0.78% | - |
| HSV(B) | 10º | 0.39% | 0.97% | - |
| XYZ | 58.38 | 50.23 | 36.32 | - |
| YUV | 190.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 152 | 0 | 0.32 | 0.39 | 0.03 | 10 | 0.87 | 0.78 |
| Hex | F8 | A8 | 98 | 0 | 20 | 27 | 3 | A | 57 | 4E |
| Octal | 370 | 250 | 230 | 0 | 40 | 47 | 3 | 12 | 127 | 116 |
| Binary | 11111000 | 10101000 | 10011000 | 0 | 100000 | 100111 | 11 | 1010 | 1010111 | 1001110 |
Color Harmonies of #F8A898
Complementary color
Monochromatic Colors of #F8A898
Black with #F8A898
Text Example
Text Example
White with #F8A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A898; }
p { color: rgb(248,168,152); }
H1.HeaderClassName
{
color: #F8A898;
}
.AnyTagClassName
{
color: #F8A898;
}
</style>
background-color css
<style>
a { background-color: #F8A898; }
a { background-color: rgb(248,168,152); }
div.DivClassName
{
background-color: #F8A898;
}
.BgClassName
{
background-color: #F8A898;
}
</style>
border-color css
<style>
span { border-color: #F8A898; }
span { border-color: rgb(248,168,152); }
td.TdClassName
{
border-color: #F8A898;
}
.TagClassName
{
border-color: #F8A898;
}
</style>