Shades of Rose Bud #FFAC8F
Tints of Rose Bud #FFAC8F
RGB
CMYK
RGB Variations
Color information
#FFAC8F (or 0xFFAC8F) is known color: Rose Bud. HEX triplet: FF, AC and 8F. RGB value is (255,172,143). Sum of RGB (Red+Green+Blue) = 255+172+143=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC8F is #005370. Grayscale: #C1C1C1. Windows color (decimal): -21361 or 9415935. OLE color: 9415935.
HSL color Cylindrical-coordinate representation of color #FFAC8F: hue angle of 15.54º 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 #FFAC8F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 143 | - |
| CMYK | 0 | 0.33 | 0.44 | 0 |
| HSL | 15.54º | 1% | 0.78% | - |
| HSV(B) | 15.54º | 0.44% | 1% | - |
| XYZ | 60.95 | 52.75 | 32.96 | - |
| YUV | 193.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 143 | 0 | 0.33 | 0.44 | 0 | 15.54 | 1 | 0.78 |
| Hex | FF | AC | 8F | 0 | 21 | 2C | 0 | 10 | 64 | 4E |
| Octal | 377 | 254 | 217 | 0 | 41 | 54 | 0 | 20 | 144 | 116 |
| Binary | 11111111 | 10101100 | 10001111 | 0 | 100001 | 101100 | 0 | 10000 | 1100100 | 1001110 |
Color Harmonies of #FFAC8F
Complementary color
Monochromatic Colors of #FFAC8F
Black with #FFAC8F
Text Example
Text Example
White with #FFAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC8F; }
p { color: rgb(255,172,143); }
H1.HeaderClassName
{
color: #FFAC8F;
}
.AnyTagClassName
{
color: #FFAC8F;
}
</style>
background-color css
<style>
a { background-color: #FFAC8F; }
a { background-color: rgb(255,172,143); }
div.DivClassName
{
background-color: #FFAC8F;
}
.BgClassName
{
background-color: #FFAC8F;
}
</style>
border-color css
<style>
span { border-color: #FFAC8F; }
span { border-color: rgb(255,172,143); }
td.TdClassName
{
border-color: #FFAC8F;
}
.TagClassName
{
border-color: #FFAC8F;
}
</style>