Shades of Rose Bud #F5A69C
Tints of Rose Bud #F5A69C
RGB
CMYK
RGB Variations
Color information
#F5A69C (or 0xF5A69C) is known color: Rose Bud. HEX triplet: F5, A6 and 9C. RGB value is (245,166,156). Sum of RGB (Red+Green+Blue) = 245+166+156=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A69C is #0A5963. Grayscale: #BCBCBC. Windows color (decimal): -678244 or 10266357. OLE color: 10266357.
HSL color Cylindrical-coordinate representation of color #F5A69C: hue angle of 6.74º 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 #F5A69C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 156 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.04 |
| HSL | 6.74º | 0.82% | 0.79% | - |
| HSV(B) | 6.74º | 0.36% | 0.96% | - |
| XYZ | 57.29 | 49.09 | 37.91 | - |
| YUV | 188.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 156 | 0 | 0.32 | 0.36 | 0.04 | 6.74 | 0.82 | 0.79 |
| Hex | F5 | A6 | 9C | 0 | 20 | 24 | 4 | 7 | 52 | 4F |
| Octal | 365 | 246 | 234 | 0 | 40 | 44 | 4 | 7 | 122 | 117 |
| Binary | 11110101 | 10100110 | 10011100 | 0 | 100000 | 100100 | 100 | 111 | 1010010 | 1001111 |
Color Harmonies of #F5A69C
Complementary color
Monochromatic Colors of #F5A69C
Black with #F5A69C
Text Example
Text Example
White with #F5A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A69C; }
p { color: rgb(245,166,156); }
H1.HeaderClassName
{
color: #F5A69C;
}
.AnyTagClassName
{
color: #F5A69C;
}
</style>
background-color css
<style>
a { background-color: #F5A69C; }
a { background-color: rgb(245,166,156); }
div.DivClassName
{
background-color: #F5A69C;
}
.BgClassName
{
background-color: #F5A69C;
}
</style>
border-color css
<style>
span { border-color: #F5A69C; }
span { border-color: rgb(245,166,156); }
td.TdClassName
{
border-color: #F5A69C;
}
.TagClassName
{
border-color: #F5A69C;
}
</style>