Shades of Rose Bud #F8A890
Tints of Rose Bud #F8A890
RGB
CMYK
RGB Variations
Color information
#F8A890 (or 0xF8A890) is known color: Rose Bud. HEX triplet: F8, A8 and 90. RGB value is (248,168,144). Sum of RGB (Red+Green+Blue) = 248+168+144=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A890 is #07576F. Grayscale: #BDBDBD. Windows color (decimal): -481136 or 9480440. OLE color: 9480440.
HSL color Cylindrical-coordinate representation of color #F8A890: hue angle of 13.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8A890 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 144 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.03 |
| HSL | 13.85º | 0.88% | 0.77% | - |
| HSV(B) | 13.85º | 0.42% | 0.97% | - |
| XYZ | 57.75 | 49.98 | 32.99 | - |
| YUV | 189.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 144 | 0 | 0.32 | 0.42 | 0.03 | 13.85 | 0.88 | 0.77 |
| Hex | F8 | A8 | 90 | 0 | 20 | 2A | 3 | E | 58 | 4D |
| Octal | 370 | 250 | 220 | 0 | 40 | 52 | 3 | 16 | 130 | 115 |
| Binary | 11111000 | 10101000 | 10010000 | 0 | 100000 | 101010 | 11 | 1110 | 1011000 | 1001101 |
Color Harmonies of #F8A890
Complementary color
Monochromatic Colors of #F8A890
Black with #F8A890
Text Example
Text Example
White with #F8A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A890; }
p { color: rgb(248,168,144); }
H1.HeaderClassName
{
color: #F8A890;
}
.AnyTagClassName
{
color: #F8A890;
}
</style>
background-color css
<style>
a { background-color: #F8A890; }
a { background-color: rgb(248,168,144); }
div.DivClassName
{
background-color: #F8A890;
}
.BgClassName
{
background-color: #F8A890;
}
</style>
border-color css
<style>
span { border-color: #F8A890; }
span { border-color: rgb(248,168,144); }
td.TdClassName
{
border-color: #F8A890;
}
.TagClassName
{
border-color: #F8A890;
}
</style>