Shades of Rose Bud #F8A88E
Tints of Rose Bud #F8A88E
RGB
CMYK
RGB Variations
Color information
#F8A88E (or 0xF8A88E) is known color: Rose Bud. HEX triplet: F8, A8 and 8E. RGB value is (248,168,142). Sum of RGB (Red+Green+Blue) = 248+168+142=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A88E is #075771. Grayscale: #BDBDBD. Windows color (decimal): -481138 or 9349368. OLE color: 9349368.
HSL color Cylindrical-coordinate representation of color #F8A88E: hue angle of 14.72º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A88E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 142 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.03 |
| HSL | 14.72º | 0.88% | 0.76% | - |
| HSV(B) | 14.72º | 0.43% | 0.97% | - |
| XYZ | 57.6 | 49.91 | 32.19 | - |
| YUV | 188.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 142 | 0 | 0.32 | 0.43 | 0.03 | 14.72 | 0.88 | 0.76 |
| Hex | F8 | A8 | 8E | 0 | 20 | 2B | 3 | F | 58 | 4C |
| Octal | 370 | 250 | 216 | 0 | 40 | 53 | 3 | 17 | 130 | 114 |
| Binary | 11111000 | 10101000 | 10001110 | 0 | 100000 | 101011 | 11 | 1111 | 1011000 | 1001100 |
Color Harmonies of #F8A88E
Complementary color
Monochromatic Colors of #F8A88E
Black with #F8A88E
Text Example
Text Example
White with #F8A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A88E; }
p { color: rgb(248,168,142); }
H1.HeaderClassName
{
color: #F8A88E;
}
.AnyTagClassName
{
color: #F8A88E;
}
</style>
background-color css
<style>
a { background-color: #F8A88E; }
a { background-color: rgb(248,168,142); }
div.DivClassName
{
background-color: #F8A88E;
}
.BgClassName
{
background-color: #F8A88E;
}
</style>
border-color css
<style>
span { border-color: #F8A88E; }
span { border-color: rgb(248,168,142); }
td.TdClassName
{
border-color: #F8A88E;
}
.TagClassName
{
border-color: #F8A88E;
}
</style>