Shades of Rose Bud #FCB19D
Tints of Rose Bud #FCB19D
RGB
CMYK
RGB Variations
Color information
#FCB19D (or 0xFCB19D) is known color: Rose Bud. HEX triplet: FC, B1 and 9D. RGB value is (252,177,157). Sum of RGB (Red+Green+Blue) = 252+177+157=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB19D is #034E62. Grayscale: #C5C5C5. Windows color (decimal): -216675 or 10334716. OLE color: 10334716.
HSL color Cylindrical-coordinate representation of color #FCB19D: hue angle of 12.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCB19D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 157 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.01 |
| HSL | 12.63º | 0.94% | 0.8% | - |
| HSV(B) | 12.63º | 0.38% | 0.99% | - |
| XYZ | 61.95 | 54.57 | 39.17 | - |
| YUV | 197.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 157 | 0 | 0.30 | 0.38 | 0.01 | 12.63 | 0.94 | 0.8 |
| Hex | FC | B1 | 9D | 0 | 1E | 26 | 1 | D | 5E | 50 |
| Octal | 374 | 261 | 235 | 0 | 36 | 46 | 1 | 15 | 136 | 120 |
| Binary | 11111100 | 10110001 | 10011101 | 0 | 11110 | 100110 | 1 | 1101 | 1011110 | 1010000 |
Color Harmonies of #FCB19D
Complementary color
Monochromatic Colors of #FCB19D
Black with #FCB19D
Text Example
Text Example
White with #FCB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB19D; }
p { color: rgb(252,177,157); }
H1.HeaderClassName
{
color: #FCB19D;
}
.AnyTagClassName
{
color: #FCB19D;
}
</style>
background-color css
<style>
a { background-color: #FCB19D; }
a { background-color: rgb(252,177,157); }
div.DivClassName
{
background-color: #FCB19D;
}
.BgClassName
{
background-color: #FCB19D;
}
</style>
border-color css
<style>
span { border-color: #FCB19D; }
span { border-color: rgb(252,177,157); }
td.TdClassName
{
border-color: #FCB19D;
}
.TagClassName
{
border-color: #FCB19D;
}
</style>