Shades of Rose Bud #FCAC98
Tints of Rose Bud #FCAC98
RGB
CMYK
RGB Variations
Color information
#FCAC98 (or 0xFCAC98) is known color: Rose Bud. HEX triplet: FC, AC and 98. RGB value is (252,172,152). Sum of RGB (Red+Green+Blue) = 252+172+152=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC98 is #035367. Grayscale: #C1C1C1. Windows color (decimal): -217960 or 10005756. OLE color: 10005756.
HSL color Cylindrical-coordinate representation of color #FCAC98: hue angle of 12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCAC98 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 152 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.01 |
| HSL | 12º | 0.94% | 0.79% | - |
| HSV(B) | 12º | 0.4% | 0.99% | - |
| XYZ | 60.56 | 52.47 | 36.64 | - |
| YUV | 193.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 152 | 0 | 0.32 | 0.40 | 0.01 | 12 | 0.94 | 0.79 |
| Hex | FC | AC | 98 | 0 | 20 | 28 | 1 | C | 5E | 4F |
| Octal | 374 | 254 | 230 | 0 | 40 | 50 | 1 | 14 | 136 | 117 |
| Binary | 11111100 | 10101100 | 10011000 | 0 | 100000 | 101000 | 1 | 1100 | 1011110 | 1001111 |
Color Harmonies of #FCAC98
Complementary color
Monochromatic Colors of #FCAC98
Black with #FCAC98
Text Example
Text Example
White with #FCAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC98; }
p { color: rgb(252,172,152); }
H1.HeaderClassName
{
color: #FCAC98;
}
.AnyTagClassName
{
color: #FCAC98;
}
</style>
background-color css
<style>
a { background-color: #FCAC98; }
a { background-color: rgb(252,172,152); }
div.DivClassName
{
background-color: #FCAC98;
}
.BgClassName
{
background-color: #FCAC98;
}
</style>
border-color css
<style>
span { border-color: #FCAC98; }
span { border-color: rgb(252,172,152); }
td.TdClassName
{
border-color: #FCAC98;
}
.TagClassName
{
border-color: #FCAC98;
}
</style>