Shades of Rose Bud #FCB19C
Tints of Rose Bud #FCB19C
RGB
CMYK
RGB Variations
Color information
#FCB19C (or 0xFCB19C) is known color: Rose Bud. HEX triplet: FC, B1 and 9C. RGB value is (252,177,156). Sum of RGB (Red+Green+Blue) = 252+177+156=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB19C is #034E63. Grayscale: #C5C5C5. Windows color (decimal): -216676 or 10269180. OLE color: 10269180.
HSL color Cylindrical-coordinate representation of color #FCB19C: hue angle of 13.12º 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 #FCB19C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 156 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.01 |
| HSL | 13.13º | 0.94% | 0.8% | - |
| HSV(B) | 13.13º | 0.38% | 0.99% | - |
| XYZ | 61.87 | 54.54 | 38.72 | - |
| YUV | 197.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 156 | 0 | 0.30 | 0.38 | 0.01 | 13.13 | 0.94 | 0.8 |
| Hex | FC | B1 | 9C | 0 | 1E | 26 | 1 | D | 5E | 50 |
| Octal | 374 | 261 | 234 | 0 | 36 | 46 | 1 | 15 | 136 | 120 |
| Binary | 11111100 | 10110001 | 10011100 | 0 | 11110 | 100110 | 1 | 1101 | 1011110 | 1010000 |
Color Harmonies of #FCB19C
Complementary color
Monochromatic Colors of #FCB19C
Black with #FCB19C
Text Example
Text Example
White with #FCB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB19C; }
p { color: rgb(252,177,156); }
H1.HeaderClassName
{
color: #FCB19C;
}
.AnyTagClassName
{
color: #FCB19C;
}
</style>
background-color css
<style>
a { background-color: #FCB19C; }
a { background-color: rgb(252,177,156); }
div.DivClassName
{
background-color: #FCB19C;
}
.BgClassName
{
background-color: #FCB19C;
}
</style>
border-color css
<style>
span { border-color: #FCB19C; }
span { border-color: rgb(252,177,156); }
td.TdClassName
{
border-color: #FCB19C;
}
.TagClassName
{
border-color: #FCB19C;
}
</style>