Shades of Rose Bud #FCB19F
Tints of Rose Bud #FCB19F
RGB
CMYK
RGB Variations
Color information
#FCB19F (or 0xFCB19F) is known color: Rose Bud. HEX triplet: FC, B1 and 9F. RGB value is (252,177,159). Sum of RGB (Red+Green+Blue) = 252+177+159=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB19F is #034E60. Grayscale: #C5C5C5. Windows color (decimal): -216673 or 10465788. OLE color: 10465788.
HSL color Cylindrical-coordinate representation of color #FCB19F: hue angle of 11.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCB19F is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 159 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.01 |
| HSL | 11.61º | 0.94% | 0.81% | - |
| HSV(B) | 11.61º | 0.37% | 0.99% | - |
| XYZ | 62.13 | 54.64 | 40.07 | - |
| YUV | 197.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 159 | 0 | 0.30 | 0.37 | 0.01 | 11.61 | 0.94 | 0.81 |
| Hex | FC | B1 | 9F | 0 | 1E | 25 | 1 | C | 5E | 51 |
| Octal | 374 | 261 | 237 | 0 | 36 | 45 | 1 | 14 | 136 | 121 |
| Binary | 11111100 | 10110001 | 10011111 | 0 | 11110 | 100101 | 1 | 1100 | 1011110 | 1010001 |
Color Harmonies of #FCB19F
Complementary color
Monochromatic Colors of #FCB19F
Black with #FCB19F
Text Example
Text Example
White with #FCB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB19F; }
p { color: rgb(252,177,159); }
H1.HeaderClassName
{
color: #FCB19F;
}
.AnyTagClassName
{
color: #FCB19F;
}
</style>
background-color css
<style>
a { background-color: #FCB19F; }
a { background-color: rgb(252,177,159); }
div.DivClassName
{
background-color: #FCB19F;
}
.BgClassName
{
background-color: #FCB19F;
}
</style>
border-color css
<style>
span { border-color: #FCB19F; }
span { border-color: rgb(252,177,159); }
td.TdClassName
{
border-color: #FCB19F;
}
.TagClassName
{
border-color: #FCB19F;
}
</style>