Shades of Rose Bud #F5AD9C
Tints of Rose Bud #F5AD9C
RGB
CMYK
RGB Variations
Color information
#F5AD9C (or 0xF5AD9C) is known color: Rose Bud. HEX triplet: F5, AD and 9C. RGB value is (245,173,156). Sum of RGB (Red+Green+Blue) = 245+173+156=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD9C is #0A5263. Grayscale: #C0C0C0. Windows color (decimal): -676452 or 10268149. OLE color: 10268149.
HSL color Cylindrical-coordinate representation of color #F5AD9C: hue angle of 11.46º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5AD9C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 156 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.04 |
| HSL | 11.46º | 0.82% | 0.79% | - |
| HSV(B) | 11.46º | 0.36% | 0.96% | - |
| XYZ | 58.6 | 51.7 | 38.34 | - |
| YUV | 192.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 156 | 0 | 0.29 | 0.36 | 0.04 | 11.46 | 0.82 | 0.79 |
| Hex | F5 | AD | 9C | 0 | 1D | 24 | 4 | B | 52 | 4F |
| Octal | 365 | 255 | 234 | 0 | 35 | 44 | 4 | 13 | 122 | 117 |
| Binary | 11110101 | 10101101 | 10011100 | 0 | 11101 | 100100 | 100 | 1011 | 1010010 | 1001111 |
Color Harmonies of #F5AD9C
Complementary color
Monochromatic Colors of #F5AD9C
Black with #F5AD9C
Text Example
Text Example
White with #F5AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD9C; }
p { color: rgb(245,173,156); }
H1.HeaderClassName
{
color: #F5AD9C;
}
.AnyTagClassName
{
color: #F5AD9C;
}
</style>
background-color css
<style>
a { background-color: #F5AD9C; }
a { background-color: rgb(245,173,156); }
div.DivClassName
{
background-color: #F5AD9C;
}
.BgClassName
{
background-color: #F5AD9C;
}
</style>
border-color css
<style>
span { border-color: #F5AD9C; }
span { border-color: rgb(245,173,156); }
td.TdClassName
{
border-color: #F5AD9C;
}
.TagClassName
{
border-color: #F5AD9C;
}
</style>