Shades of Rose Bud #F8AE98
Tints of Rose Bud #F8AE98
RGB
CMYK
RGB Variations
Color information
#F8AE98 (or 0xF8AE98) is known color: Rose Bud. HEX triplet: F8, AE and 98. RGB value is (248,174,152). Sum of RGB (Red+Green+Blue) = 248+174+152=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE98 is #075167. Grayscale: #C1C1C1. Windows color (decimal): -479592 or 10006264. OLE color: 10006264.
HSL color Cylindrical-coordinate representation of color #F8AE98: hue angle of 13.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8AE98 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 152 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.03 |
| HSL | 13.75º | 0.87% | 0.78% | - |
| HSV(B) | 13.75º | 0.39% | 0.97% | - |
| XYZ | 59.51 | 52.5 | 36.7 | - |
| YUV | 193.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 152 | 0 | 0.30 | 0.39 | 0.03 | 13.75 | 0.87 | 0.78 |
| Hex | F8 | AE | 98 | 0 | 1E | 27 | 3 | E | 57 | 4E |
| Octal | 370 | 256 | 230 | 0 | 36 | 47 | 3 | 16 | 127 | 116 |
| Binary | 11111000 | 10101110 | 10011000 | 0 | 11110 | 100111 | 11 | 1110 | 1010111 | 1001110 |
Color Harmonies of #F8AE98
Complementary color
Monochromatic Colors of #F8AE98
Black with #F8AE98
Text Example
Text Example
White with #F8AE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AE98; }
p { color: rgb(248,174,152); }
H1.HeaderClassName
{
color: #F8AE98;
}
.AnyTagClassName
{
color: #F8AE98;
}
</style>
background-color css
<style>
a { background-color: #F8AE98; }
a { background-color: rgb(248,174,152); }
div.DivClassName
{
background-color: #F8AE98;
}
.BgClassName
{
background-color: #F8AE98;
}
</style>
border-color css
<style>
span { border-color: #F8AE98; }
span { border-color: rgb(248,174,152); }
td.TdClassName
{
border-color: #F8AE98;
}
.TagClassName
{
border-color: #F8AE98;
}
</style>