Shades of Rose Bud #FFAC93
Tints of Rose Bud #FFAC93
RGB
CMYK
RGB Variations
Color information
#FFAC93 (or 0xFFAC93) is known color: Rose Bud. HEX triplet: FF, AC and 93. RGB value is (255,172,147). Sum of RGB (Red+Green+Blue) = 255+172+147=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC93 is #00536C. Grayscale: #C2C2C2. Windows color (decimal): -21357 or 9678079. OLE color: 9678079.
HSL color Cylindrical-coordinate representation of color #FFAC93: hue angle of 13.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFAC93 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 147 | - |
| CMYK | 0 | 0.33 | 0.42 | 0 |
| HSL | 13.89º | 1% | 0.79% | - |
| HSV(B) | 13.89º | 0.42% | 1% | - |
| XYZ | 61.26 | 52.87 | 34.58 | - |
| YUV | 193.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 147 | 0 | 0.33 | 0.42 | 0 | 13.89 | 1 | 0.79 |
| Hex | FF | AC | 93 | 0 | 21 | 2A | 0 | E | 64 | 4F |
| Octal | 377 | 254 | 223 | 0 | 41 | 52 | 0 | 16 | 144 | 117 |
| Binary | 11111111 | 10101100 | 10010011 | 0 | 100001 | 101010 | 0 | 1110 | 1100100 | 1001111 |
Color Harmonies of #FFAC93
Complementary color
Monochromatic Colors of #FFAC93
Black with #FFAC93
Text Example
Text Example
White with #FFAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC93; }
p { color: rgb(255,172,147); }
H1.HeaderClassName
{
color: #FFAC93;
}
.AnyTagClassName
{
color: #FFAC93;
}
</style>
background-color css
<style>
a { background-color: #FFAC93; }
a { background-color: rgb(255,172,147); }
div.DivClassName
{
background-color: #FFAC93;
}
.BgClassName
{
background-color: #FFAC93;
}
</style>
border-color css
<style>
span { border-color: #FFAC93; }
span { border-color: rgb(255,172,147); }
td.TdClassName
{
border-color: #FFAC93;
}
.TagClassName
{
border-color: #FFAC93;
}
</style>