Shades of Rose Bud #FFA79F
Tints of Rose Bud #FFA79F
RGB
CMYK
RGB Variations
Color information
#FFA79F (or 0xFFA79F) is known color: Rose Bud. HEX triplet: FF, A7 and 9F. RGB value is (255,167,159). Sum of RGB (Red+Green+Blue) = 255+167+159=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA79F is #005860. Grayscale: #C0C0C0. Windows color (decimal): -22625 or 10463231. OLE color: 10463231.
HSL color Cylindrical-coordinate representation of color #FFA79F: hue angle of 5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA79F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 159 | - |
| CMYK | 0 | 0.35 | 0.38 | 0 |
| HSL | 5º | 1% | 0.81% | - |
| HSV(B) | 5º | 0.38% | 1% | - |
| XYZ | 61.32 | 51.4 | 39.49 | - |
| YUV | 192.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 159 | 0 | 0.35 | 0.38 | 0 | 5 | 1 | 0.81 |
| Hex | FF | A7 | 9F | 0 | 23 | 26 | 0 | 5 | 64 | 51 |
| Octal | 377 | 247 | 237 | 0 | 43 | 46 | 0 | 5 | 144 | 121 |
| Binary | 11111111 | 10100111 | 10011111 | 0 | 100011 | 100110 | 0 | 101 | 1100100 | 1010001 |
Color Harmonies of #FFA79F
Complementary color
Monochromatic Colors of #FFA79F
Black with #FFA79F
Text Example
Text Example
White with #FFA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA79F; }
p { color: rgb(255,167,159); }
H1.HeaderClassName
{
color: #FFA79F;
}
.AnyTagClassName
{
color: #FFA79F;
}
</style>
background-color css
<style>
a { background-color: #FFA79F; }
a { background-color: rgb(255,167,159); }
div.DivClassName
{
background-color: #FFA79F;
}
.BgClassName
{
background-color: #FFA79F;
}
</style>
border-color css
<style>
span { border-color: #FFA79F; }
span { border-color: rgb(255,167,159); }
td.TdClassName
{
border-color: #FFA79F;
}
.TagClassName
{
border-color: #FFA79F;
}
</style>