Shades of Rose Bud #FCAC8B
Tints of Rose Bud #FCAC8B
RGB
CMYK
RGB Variations
Color information
#FCAC8B (or 0xFCAC8B) is known color: Rose Bud. HEX triplet: FC, AC and 8B. RGB value is (252,172,139). Sum of RGB (Red+Green+Blue) = 252+172+139=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8B is #035374. Grayscale: #C0C0C0. Windows color (decimal): -217973 or 9153788. OLE color: 9153788.
HSL color Cylindrical-coordinate representation of color #FCAC8B: hue angle of 17.52º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCAC8B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 139 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.01 |
| HSL | 17.52º | 0.95% | 0.77% | - |
| HSV(B) | 17.52º | 0.45% | 0.99% | - |
| XYZ | 59.56 | 52.06 | 31.34 | - |
| YUV | 192.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 139 | 0 | 0.32 | 0.45 | 0.01 | 17.52 | 0.95 | 0.77 |
| Hex | FC | AC | 8B | 0 | 20 | 2D | 1 | 12 | 5F | 4D |
| Octal | 374 | 254 | 213 | 0 | 40 | 55 | 1 | 22 | 137 | 115 |
| Binary | 11111100 | 10101100 | 10001011 | 0 | 100000 | 101101 | 1 | 10010 | 1011111 | 1001101 |
Color Harmonies of #FCAC8B
Complementary color
Monochromatic Colors of #FCAC8B
Black with #FCAC8B
Text Example
Text Example
White with #FCAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC8B; }
p { color: rgb(252,172,139); }
H1.HeaderClassName
{
color: #FCAC8B;
}
.AnyTagClassName
{
color: #FCAC8B;
}
</style>
background-color css
<style>
a { background-color: #FCAC8B; }
a { background-color: rgb(252,172,139); }
div.DivClassName
{
background-color: #FCAC8B;
}
.BgClassName
{
background-color: #FCAC8B;
}
</style>
border-color css
<style>
span { border-color: #FCAC8B; }
span { border-color: rgb(252,172,139); }
td.TdClassName
{
border-color: #FCAC8B;
}
.TagClassName
{
border-color: #FCAC8B;
}
</style>