Shades of Rose Bud #FFAC9C
Tints of Rose Bud #FFAC9C
RGB
CMYK
RGB Variations
Color information
#FFAC9C (or 0xFFAC9C) is known color: Rose Bud. HEX triplet: FF, AC and 9C. RGB value is (255,172,156). Sum of RGB (Red+Green+Blue) = 255+172+156=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC9C is #005363. Grayscale: #C3C3C3. Windows color (decimal): -21348 or 10267903. OLE color: 10267903.
HSL color Cylindrical-coordinate representation of color #FFAC9C: hue angle of 9.7º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFAC9C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 156 | - |
| CMYK | 0 | 0.33 | 0.39 | 0 |
| HSL | 9.7º | 1% | 0.81% | - |
| HSV(B) | 9.7º | 0.39% | 1% | - |
| XYZ | 61.99 | 53.17 | 38.45 | - |
| YUV | 194.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 156 | 0 | 0.33 | 0.39 | 0 | 9.7 | 1 | 0.81 |
| Hex | FF | AC | 9C | 0 | 21 | 27 | 0 | A | 64 | 51 |
| Octal | 377 | 254 | 234 | 0 | 41 | 47 | 0 | 12 | 144 | 121 |
| Binary | 11111111 | 10101100 | 10011100 | 0 | 100001 | 100111 | 0 | 1010 | 1100100 | 1010001 |
Color Harmonies of #FFAC9C
Complementary color
Monochromatic Colors of #FFAC9C
Black with #FFAC9C
Text Example
Text Example
White with #FFAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC9C; }
p { color: rgb(255,172,156); }
H1.HeaderClassName
{
color: #FFAC9C;
}
.AnyTagClassName
{
color: #FFAC9C;
}
</style>
background-color css
<style>
a { background-color: #FFAC9C; }
a { background-color: rgb(255,172,156); }
div.DivClassName
{
background-color: #FFAC9C;
}
.BgClassName
{
background-color: #FFAC9C;
}
</style>
border-color css
<style>
span { border-color: #FFAC9C; }
span { border-color: rgb(255,172,156); }
td.TdClassName
{
border-color: #FFAC9C;
}
.TagClassName
{
border-color: #FFAC9C;
}
</style>