Shades of Rose Bud #F99D9C
Tints of Rose Bud #F99D9C
RGB
CMYK
RGB Variations
Color information
#F99D9C (or 0xF99D9C) is known color: Rose Bud. HEX triplet: F9, 9D and 9C. RGB value is (249,157,156). Sum of RGB (Red+Green+Blue) = 249+157+156=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D9C is #066263. Grayscale: #B8B8B8. Windows color (decimal): -418404 or 10264057. OLE color: 10264057.
HSL color Cylindrical-coordinate representation of color #F99D9C: hue angle of 0.65º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99D9C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 156 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.02 |
| HSL | 0.65º | 0.89% | 0.79% | - |
| HSV(B) | 0.65º | 0.37% | 0.98% | - |
| XYZ | 57.12 | 46.65 | 37.45 | - |
| YUV | 184.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 156 | 0 | 0.37 | 0.37 | 0.02 | 0.65 | 0.89 | 0.79 |
| Hex | F9 | 9D | 9C | 0 | 25 | 25 | 2 | 1 | 59 | 4F |
| Octal | 371 | 235 | 234 | 0 | 45 | 45 | 2 | 1 | 131 | 117 |
| Binary | 11111001 | 10011101 | 10011100 | 0 | 100101 | 100101 | 10 | 1 | 1011001 | 1001111 |
Color Harmonies of #F99D9C
Complementary color
Monochromatic Colors of #F99D9C
Black with #F99D9C
Text Example
Text Example
White with #F99D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D9C; }
p { color: rgb(249,157,156); }
H1.HeaderClassName
{
color: #F99D9C;
}
.AnyTagClassName
{
color: #F99D9C;
}
</style>
background-color css
<style>
a { background-color: #F99D9C; }
a { background-color: rgb(249,157,156); }
div.DivClassName
{
background-color: #F99D9C;
}
.BgClassName
{
background-color: #F99D9C;
}
</style>
border-color css
<style>
span { border-color: #F99D9C; }
span { border-color: rgb(249,157,156); }
td.TdClassName
{
border-color: #F99D9C;
}
.TagClassName
{
border-color: #F99D9C;
}
</style>