Shades of Rose Bud #F8A398
Tints of Rose Bud #F8A398
RGB
CMYK
RGB Variations
Color information
#F8A398 (or 0xF8A398) is known color: Rose Bud. HEX triplet: F8, A3 and 98. RGB value is (248,163,152). Sum of RGB (Red+Green+Blue) = 248+163+152=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A398 is #075C67. Grayscale: #BBBBBB. Windows color (decimal): -482408 or 10003448. OLE color: 10003448.
HSL color Cylindrical-coordinate representation of color #F8A398: hue angle of 6.88º 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 #F8A398 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 152 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.03 |
| HSL | 6.88º | 0.87% | 0.78% | - |
| HSV(B) | 6.88º | 0.39% | 0.97% | - |
| XYZ | 57.48 | 48.42 | 36.02 | - |
| YUV | 187.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 152 | 0 | 0.34 | 0.39 | 0.03 | 6.88 | 0.87 | 0.78 |
| Hex | F8 | A3 | 98 | 0 | 22 | 27 | 3 | 7 | 57 | 4E |
| Octal | 370 | 243 | 230 | 0 | 42 | 47 | 3 | 7 | 127 | 116 |
| Binary | 11111000 | 10100011 | 10011000 | 0 | 100010 | 100111 | 11 | 111 | 1010111 | 1001110 |
Color Harmonies of #F8A398
Complementary color
Monochromatic Colors of #F8A398
Black with #F8A398
Text Example
Text Example
White with #F8A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A398; }
p { color: rgb(248,163,152); }
H1.HeaderClassName
{
color: #F8A398;
}
.AnyTagClassName
{
color: #F8A398;
}
</style>
background-color css
<style>
a { background-color: #F8A398; }
a { background-color: rgb(248,163,152); }
div.DivClassName
{
background-color: #F8A398;
}
.BgClassName
{
background-color: #F8A398;
}
</style>
border-color css
<style>
span { border-color: #F8A398; }
span { border-color: rgb(248,163,152); }
td.TdClassName
{
border-color: #F8A398;
}
.TagClassName
{
border-color: #F8A398;
}
</style>