Shades of Rose Bud #F8A394
Tints of Rose Bud #F8A394
RGB
CMYK
RGB Variations
Color information
#F8A394 (or 0xF8A394) is known color: Rose Bud. HEX triplet: F8, A3 and 94. RGB value is (248,163,148). Sum of RGB (Red+Green+Blue) = 248+163+148=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A394 is #075C6B. Grayscale: #BABABA. Windows color (decimal): -482412 or 9741304. OLE color: 9741304.
HSL color Cylindrical-coordinate representation of color #F8A394: hue angle of 9º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8A394 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 148 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.03 |
| HSL | 9º | 0.88% | 0.78% | - |
| HSV(B) | 9º | 0.4% | 0.97% | - |
| XYZ | 57.15 | 48.29 | 34.33 | - |
| YUV | 186.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 148 | 0 | 0.34 | 0.40 | 0.03 | 9 | 0.88 | 0.78 |
| Hex | F8 | A3 | 94 | 0 | 22 | 28 | 3 | 9 | 58 | 4E |
| Octal | 370 | 243 | 224 | 0 | 42 | 50 | 3 | 11 | 130 | 116 |
| Binary | 11111000 | 10100011 | 10010100 | 0 | 100010 | 101000 | 11 | 1001 | 1011000 | 1001110 |
Color Harmonies of #F8A394
Complementary color
Monochromatic Colors of #F8A394
Black with #F8A394
Text Example
Text Example
White with #F8A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A394; }
p { color: rgb(248,163,148); }
H1.HeaderClassName
{
color: #F8A394;
}
.AnyTagClassName
{
color: #F8A394;
}
</style>
background-color css
<style>
a { background-color: #F8A394; }
a { background-color: rgb(248,163,148); }
div.DivClassName
{
background-color: #F8A394;
}
.BgClassName
{
background-color: #F8A394;
}
</style>
border-color css
<style>
span { border-color: #F8A394; }
span { border-color: rgb(248,163,148); }
td.TdClassName
{
border-color: #F8A394;
}
.TagClassName
{
border-color: #F8A394;
}
</style>