Shades of Rose Bud #F8AD9C
Tints of Rose Bud #F8AD9C
RGB
CMYK
RGB Variations
Color information
#F8AD9C (or 0xF8AD9C) is known color: Rose Bud. HEX triplet: F8, AD and 9C. RGB value is (248,173,156). Sum of RGB (Red+Green+Blue) = 248+173+156=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD9C is #075263. Grayscale: #C1C1C1. Windows color (decimal): -479844 or 10268152. OLE color: 10268152.
HSL color Cylindrical-coordinate representation of color #F8AD9C: hue angle of 11.09º 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 #F8AD9C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 156 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.03 |
| HSL | 11.09º | 0.87% | 0.79% | - |
| HSV(B) | 11.09º | 0.37% | 0.97% | - |
| XYZ | 59.66 | 52.24 | 38.39 | - |
| YUV | 193.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 156 | 0 | 0.30 | 0.37 | 0.03 | 11.09 | 0.87 | 0.79 |
| Hex | F8 | AD | 9C | 0 | 1E | 25 | 3 | B | 57 | 4F |
| Octal | 370 | 255 | 234 | 0 | 36 | 45 | 3 | 13 | 127 | 117 |
| Binary | 11111000 | 10101101 | 10011100 | 0 | 11110 | 100101 | 11 | 1011 | 1010111 | 1001111 |
Color Harmonies of #F8AD9C
Complementary color
Monochromatic Colors of #F8AD9C
Black with #F8AD9C
Text Example
Text Example
White with #F8AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD9C; }
p { color: rgb(248,173,156); }
H1.HeaderClassName
{
color: #F8AD9C;
}
.AnyTagClassName
{
color: #F8AD9C;
}
</style>
background-color css
<style>
a { background-color: #F8AD9C; }
a { background-color: rgb(248,173,156); }
div.DivClassName
{
background-color: #F8AD9C;
}
.BgClassName
{
background-color: #F8AD9C;
}
</style>
border-color css
<style>
span { border-color: #F8AD9C; }
span { border-color: rgb(248,173,156); }
td.TdClassName
{
border-color: #F8AD9C;
}
.TagClassName
{
border-color: #F8AD9C;
}
</style>