Shades of Rose Bud #FFA78F
Tints of Rose Bud #FFA78F
RGB
CMYK
RGB Variations
Color information
#FFA78F (or 0xFFA78F) is known color: Rose Bud. HEX triplet: FF, A7 and 8F. RGB value is (255,167,143). Sum of RGB (Red+Green+Blue) = 255+167+143=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA78F is #005870. Grayscale: #BEBEBE. Windows color (decimal): -22641 or 9414655. OLE color: 9414655.
HSL color Cylindrical-coordinate representation of color #FFA78F: hue angle of 12.86º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFA78F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 143 | - |
| CMYK | 0 | 0.35 | 0.44 | 0 |
| HSL | 12.86º | 1% | 0.78% | - |
| HSV(B) | 12.86º | 0.44% | 1% | - |
| XYZ | 60.02 | 50.88 | 32.64 | - |
| YUV | 190.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 143 | 0 | 0.35 | 0.44 | 0 | 12.86 | 1 | 0.78 |
| Hex | FF | A7 | 8F | 0 | 23 | 2C | 0 | D | 64 | 4E |
| Octal | 377 | 247 | 217 | 0 | 43 | 54 | 0 | 15 | 144 | 116 |
| Binary | 11111111 | 10100111 | 10001111 | 0 | 100011 | 101100 | 0 | 1101 | 1100100 | 1001110 |
Color Harmonies of #FFA78F
Complementary color
Monochromatic Colors of #FFA78F
Black with #FFA78F
Text Example
Text Example
White with #FFA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA78F; }
p { color: rgb(255,167,143); }
H1.HeaderClassName
{
color: #FFA78F;
}
.AnyTagClassName
{
color: #FFA78F;
}
</style>
background-color css
<style>
a { background-color: #FFA78F; }
a { background-color: rgb(255,167,143); }
div.DivClassName
{
background-color: #FFA78F;
}
.BgClassName
{
background-color: #FFA78F;
}
</style>
border-color css
<style>
span { border-color: #FFA78F; }
span { border-color: rgb(255,167,143); }
td.TdClassName
{
border-color: #FFA78F;
}
.TagClassName
{
border-color: #FFA78F;
}
</style>