Shades of Rose Bud #F8AA9A
Tints of Rose Bud #F8AA9A
RGB
CMYK
RGB Variations
Color information
#F8AA9A (or 0xF8AA9A) is known color: Rose Bud. HEX triplet: F8, AA and 9A. RGB value is (248,170,154). Sum of RGB (Red+Green+Blue) = 248+170+154=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AA9A is #075565. Grayscale: #BFBFBF. Windows color (decimal): -480614 or 10136312. OLE color: 10136312.
HSL color Cylindrical-coordinate representation of color #F8AA9A: hue angle of 10.21º 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 #F8AA9A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 154 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.03 |
| HSL | 10.21º | 0.87% | 0.79% | - |
| HSV(B) | 10.21º | 0.38% | 0.97% | - |
| XYZ | 58.92 | 51.04 | 37.32 | - |
| YUV | 191.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 154 | 0 | 0.31 | 0.38 | 0.03 | 10.21 | 0.87 | 0.79 |
| Hex | F8 | AA | 9A | 0 | 1F | 26 | 3 | A | 57 | 4F |
| Octal | 370 | 252 | 232 | 0 | 37 | 46 | 3 | 12 | 127 | 117 |
| Binary | 11111000 | 10101010 | 10011010 | 0 | 11111 | 100110 | 11 | 1010 | 1010111 | 1001111 |
Color Harmonies of #F8AA9A
Complementary color
Monochromatic Colors of #F8AA9A
Black with #F8AA9A
Text Example
Text Example
White with #F8AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AA9A; }
p { color: rgb(248,170,154); }
H1.HeaderClassName
{
color: #F8AA9A;
}
.AnyTagClassName
{
color: #F8AA9A;
}
</style>
background-color css
<style>
a { background-color: #F8AA9A; }
a { background-color: rgb(248,170,154); }
div.DivClassName
{
background-color: #F8AA9A;
}
.BgClassName
{
background-color: #F8AA9A;
}
</style>
border-color css
<style>
span { border-color: #F8AA9A; }
span { border-color: rgb(248,170,154); }
td.TdClassName
{
border-color: #F8AA9A;
}
.TagClassName
{
border-color: #F8AA9A;
}
</style>