Shades of Rose Bud #F8AB9C
Tints of Rose Bud #F8AB9C
RGB
CMYK
RGB Variations
Color information
#F8AB9C (or 0xF8AB9C) is known color: Rose Bud. HEX triplet: F8, AB and 9C. RGB value is (248,171,156). Sum of RGB (Red+Green+Blue) = 248+171+156=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB9C is #075463. Grayscale: #C0C0C0. Windows color (decimal): -480356 or 10267640. OLE color: 10267640.
HSL color Cylindrical-coordinate representation of color #F8AB9C: hue angle of 9.78º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8AB9C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 156 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.03 |
| HSL | 9.78º | 0.87% | 0.79% | - |
| HSV(B) | 9.78º | 0.37% | 0.97% | - |
| XYZ | 59.28 | 51.48 | 38.27 | - |
| YUV | 192.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 156 | 0 | 0.31 | 0.37 | 0.03 | 9.78 | 0.87 | 0.79 |
| Hex | F8 | AB | 9C | 0 | 1F | 25 | 3 | A | 57 | 4F |
| Octal | 370 | 253 | 234 | 0 | 37 | 45 | 3 | 12 | 127 | 117 |
| Binary | 11111000 | 10101011 | 10011100 | 0 | 11111 | 100101 | 11 | 1010 | 1010111 | 1001111 |
Color Harmonies of #F8AB9C
Complementary color
Monochromatic Colors of #F8AB9C
Black with #F8AB9C
Text Example
Text Example
White with #F8AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB9C; }
p { color: rgb(248,171,156); }
H1.HeaderClassName
{
color: #F8AB9C;
}
.AnyTagClassName
{
color: #F8AB9C;
}
</style>
background-color css
<style>
a { background-color: #F8AB9C; }
a { background-color: rgb(248,171,156); }
div.DivClassName
{
background-color: #F8AB9C;
}
.BgClassName
{
background-color: #F8AB9C;
}
</style>
border-color css
<style>
span { border-color: #F8AB9C; }
span { border-color: rgb(248,171,156); }
td.TdClassName
{
border-color: #F8AB9C;
}
.TagClassName
{
border-color: #F8AB9C;
}
</style>