Shades of Rose Bud #FCB098
Tints of Rose Bud #FCB098
RGB
CMYK
RGB Variations
Color information
#FCB098 (or 0xFCB098) is known color: Rose Bud. HEX triplet: FC, B0 and 98. RGB value is (252,176,152). Sum of RGB (Red+Green+Blue) = 252+176+152=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB098 is #034F67. Grayscale: #C4C4C4. Windows color (decimal): -216936 or 10006780. OLE color: 10006780.
HSL color Cylindrical-coordinate representation of color #FCB098: hue angle of 14.4º 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 #FCB098 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 14.4º | 0.94% | 0.79% | - |
| HSV(B) | 14.4º | 0.4% | 0.99% | - |
| XYZ | 61.34 | 54.01 | 36.9 | - |
| YUV | 195.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 152 | 0 | 0.30 | 0.40 | 0.01 | 14.4 | 0.94 | 0.79 |
| Hex | FC | B0 | 98 | 0 | 1E | 28 | 1 | E | 5E | 4F |
| Octal | 374 | 260 | 230 | 0 | 36 | 50 | 1 | 16 | 136 | 117 |
| Binary | 11111100 | 10110000 | 10011000 | 0 | 11110 | 101000 | 1 | 1110 | 1011110 | 1001111 |
Color Harmonies of #FCB098
Complementary color
Monochromatic Colors of #FCB098
Black with #FCB098
Text Example
Text Example
White with #FCB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB098; }
p { color: rgb(252,176,152); }
H1.HeaderClassName
{
color: #FCB098;
}
.AnyTagClassName
{
color: #FCB098;
}
</style>
background-color css
<style>
a { background-color: #FCB098; }
a { background-color: rgb(252,176,152); }
div.DivClassName
{
background-color: #FCB098;
}
.BgClassName
{
background-color: #FCB098;
}
</style>
border-color css
<style>
span { border-color: #FCB098; }
span { border-color: rgb(252,176,152); }
td.TdClassName
{
border-color: #FCB098;
}
.TagClassName
{
border-color: #FCB098;
}
</style>