Shades of Rose Bud #F89D9C
Tints of Rose Bud #F89D9C
RGB
CMYK
RGB Variations
Color information
#F89D9C (or 0xF89D9C) is known color: Rose Bud. HEX triplet: F8, 9D and 9C. RGB value is (248,157,156). Sum of RGB (Red+Green+Blue) = 248+157+156=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89D9C is #076263. Grayscale: #B8B8B8. Windows color (decimal): -483940 or 10264056. OLE color: 10264056.
HSL color Cylindrical-coordinate representation of color #F89D9C: hue angle of 0.65º 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 #F89D9C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 156 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.03 |
| HSL | 0.65º | 0.87% | 0.79% | - |
| HSV(B) | 0.65º | 0.37% | 0.97% | - |
| XYZ | 56.77 | 46.47 | 37.43 | - |
| YUV | 184.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 156 | 0 | 0.37 | 0.37 | 0.03 | 0.65 | 0.87 | 0.79 |
| Hex | F8 | 9D | 9C | 0 | 25 | 25 | 3 | 1 | 57 | 4F |
| Octal | 370 | 235 | 234 | 0 | 45 | 45 | 3 | 1 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10011100 | 0 | 100101 | 100101 | 11 | 1 | 1010111 | 1001111 |
Color Harmonies of #F89D9C
Complementary color
Monochromatic Colors of #F89D9C
Black with #F89D9C
Text Example
Text Example
White with #F89D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D9C; }
p { color: rgb(248,157,156); }
H1.HeaderClassName
{
color: #F89D9C;
}
.AnyTagClassName
{
color: #F89D9C;
}
</style>
background-color css
<style>
a { background-color: #F89D9C; }
a { background-color: rgb(248,157,156); }
div.DivClassName
{
background-color: #F89D9C;
}
.BgClassName
{
background-color: #F89D9C;
}
</style>
border-color css
<style>
span { border-color: #F89D9C; }
span { border-color: rgb(248,157,156); }
td.TdClassName
{
border-color: #F89D9C;
}
.TagClassName
{
border-color: #F89D9C;
}
</style>