Shades of Rose Bud #F8AA8F
Tints of Rose Bud #F8AA8F
RGB
CMYK
RGB Variations
Color information
#F8AA8F (or 0xF8AA8F) is known color: Rose Bud. HEX triplet: F8, AA and 8F. RGB value is (248,170,143). Sum of RGB (Red+Green+Blue) = 248+170+143=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AA8F is #075570. Grayscale: #BEBEBE. Windows color (decimal): -480625 or 9415416. OLE color: 9415416.
HSL color Cylindrical-coordinate representation of color #F8AA8F: hue angle of 15.43º 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 #F8AA8F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 143 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.03 |
| HSL | 15.43º | 0.88% | 0.77% | - |
| HSV(B) | 15.43º | 0.42% | 0.97% | - |
| XYZ | 58.04 | 50.69 | 32.71 | - |
| YUV | 190.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 143 | 0 | 0.31 | 0.42 | 0.03 | 15.43 | 0.88 | 0.77 |
| Hex | F8 | AA | 8F | 0 | 1F | 2A | 3 | F | 58 | 4D |
| Octal | 370 | 252 | 217 | 0 | 37 | 52 | 3 | 17 | 130 | 115 |
| Binary | 11111000 | 10101010 | 10001111 | 0 | 11111 | 101010 | 11 | 1111 | 1011000 | 1001101 |
Color Harmonies of #F8AA8F
Complementary color
Monochromatic Colors of #F8AA8F
Black with #F8AA8F
Text Example
Text Example
White with #F8AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AA8F; }
p { color: rgb(248,170,143); }
H1.HeaderClassName
{
color: #F8AA8F;
}
.AnyTagClassName
{
color: #F8AA8F;
}
</style>
background-color css
<style>
a { background-color: #F8AA8F; }
a { background-color: rgb(248,170,143); }
div.DivClassName
{
background-color: #F8AA8F;
}
.BgClassName
{
background-color: #F8AA8F;
}
</style>
border-color css
<style>
span { border-color: #F8AA8F; }
span { border-color: rgb(248,170,143); }
td.TdClassName
{
border-color: #F8AA8F;
}
.TagClassName
{
border-color: #F8AA8F;
}
</style>