Shades of Rose Bud #F8AC9A
Tints of Rose Bud #F8AC9A
RGB
CMYK
RGB Variations
Color information
#F8AC9A (or 0xF8AC9A) is known color: Rose Bud. HEX triplet: F8, AC and 9A. RGB value is (248,172,154). Sum of RGB (Red+Green+Blue) = 248+172+154=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AC9A is #075365. Grayscale: #C0C0C0. Windows color (decimal): -480102 or 10136824. OLE color: 10136824.
HSL color Cylindrical-coordinate representation of color #F8AC9A: hue angle of 11.49º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8AC9A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 154 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.03 |
| HSL | 11.49º | 0.87% | 0.79% | - |
| HSV(B) | 11.49º | 0.38% | 0.97% | - |
| XYZ | 59.3 | 51.79 | 37.44 | - |
| YUV | 192.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 154 | 0 | 0.31 | 0.38 | 0.03 | 11.49 | 0.87 | 0.79 |
| Hex | F8 | AC | 9A | 0 | 1F | 26 | 3 | B | 57 | 4F |
| Octal | 370 | 254 | 232 | 0 | 37 | 46 | 3 | 13 | 127 | 117 |
| Binary | 11111000 | 10101100 | 10011010 | 0 | 11111 | 100110 | 11 | 1011 | 1010111 | 1001111 |
Color Harmonies of #F8AC9A
Complementary color
Monochromatic Colors of #F8AC9A
Black with #F8AC9A
Text Example
Text Example
White with #F8AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AC9A; }
p { color: rgb(248,172,154); }
H1.HeaderClassName
{
color: #F8AC9A;
}
.AnyTagClassName
{
color: #F8AC9A;
}
</style>
background-color css
<style>
a { background-color: #F8AC9A; }
a { background-color: rgb(248,172,154); }
div.DivClassName
{
background-color: #F8AC9A;
}
.BgClassName
{
background-color: #F8AC9A;
}
</style>
border-color css
<style>
span { border-color: #F8AC9A; }
span { border-color: rgb(248,172,154); }
td.TdClassName
{
border-color: #F8AC9A;
}
.TagClassName
{
border-color: #F8AC9A;
}
</style>