Shades of Rose Bud #FCAC99
Tints of Rose Bud #FCAC99
RGB
CMYK
RGB Variations
Color information
#FCAC99 (or 0xFCAC99) is known color: Rose Bud. HEX triplet: FC, AC and 99. RGB value is (252,172,153). Sum of RGB (Red+Green+Blue) = 252+172+153=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC99 is #035366. Grayscale: #C1C1C1. Windows color (decimal): -217959 or 10071292. OLE color: 10071292.
HSL color Cylindrical-coordinate representation of color #FCAC99: hue angle of 11.52º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCAC99 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 153 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.01 |
| HSL | 11.52º | 0.94% | 0.79% | - |
| HSV(B) | 11.52º | 0.39% | 0.99% | - |
| XYZ | 60.65 | 52.5 | 37.07 | - |
| YUV | 193.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 153 | 0 | 0.32 | 0.39 | 0.01 | 11.52 | 0.94 | 0.79 |
| Hex | FC | AC | 99 | 0 | 20 | 27 | 1 | C | 5E | 4F |
| Octal | 374 | 254 | 231 | 0 | 40 | 47 | 1 | 14 | 136 | 117 |
| Binary | 11111100 | 10101100 | 10011001 | 0 | 100000 | 100111 | 1 | 1100 | 1011110 | 1001111 |
Color Harmonies of #FCAC99
Complementary color
Monochromatic Colors of #FCAC99
Black with #FCAC99
Text Example
Text Example
White with #FCAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC99; }
p { color: rgb(252,172,153); }
H1.HeaderClassName
{
color: #FCAC99;
}
.AnyTagClassName
{
color: #FCAC99;
}
</style>
background-color css
<style>
a { background-color: #FCAC99; }
a { background-color: rgb(252,172,153); }
div.DivClassName
{
background-color: #FCAC99;
}
.BgClassName
{
background-color: #FCAC99;
}
</style>
border-color css
<style>
span { border-color: #FCAC99; }
span { border-color: rgb(252,172,153); }
td.TdClassName
{
border-color: #FCAC99;
}
.TagClassName
{
border-color: #FCAC99;
}
</style>