Shades of Rose Bud #FCB299
Tints of Rose Bud #FCB299
RGB
CMYK
RGB Variations
Color information
#FCB299 (or 0xFCB299) is known color: Rose Bud. HEX triplet: FC, B2 and 99. RGB value is (252,178,153). Sum of RGB (Red+Green+Blue) = 252+178+153=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB299 is #034D66. Grayscale: #C5C5C5. Windows color (decimal): -216423 or 10072828. OLE color: 10072828.
HSL color Cylindrical-coordinate representation of color #FCB299: hue angle of 15.15º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCB299 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 153 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.01 |
| HSL | 15.15º | 0.94% | 0.79% | - |
| HSV(B) | 15.15º | 0.39% | 0.99% | - |
| XYZ | 61.82 | 54.84 | 37.46 | - |
| YUV | 197.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 153 | 0 | 0.29 | 0.39 | 0.01 | 15.15 | 0.94 | 0.79 |
| Hex | FC | B2 | 99 | 0 | 1D | 27 | 1 | F | 5E | 4F |
| Octal | 374 | 262 | 231 | 0 | 35 | 47 | 1 | 17 | 136 | 117 |
| Binary | 11111100 | 10110010 | 10011001 | 0 | 11101 | 100111 | 1 | 1111 | 1011110 | 1001111 |
Color Harmonies of #FCB299
Complementary color
Monochromatic Colors of #FCB299
Black with #FCB299
Text Example
Text Example
White with #FCB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB299; }
p { color: rgb(252,178,153); }
H1.HeaderClassName
{
color: #FCB299;
}
.AnyTagClassName
{
color: #FCB299;
}
</style>
background-color css
<style>
a { background-color: #FCB299; }
a { background-color: rgb(252,178,153); }
div.DivClassName
{
background-color: #FCB299;
}
.BgClassName
{
background-color: #FCB299;
}
</style>
border-color css
<style>
span { border-color: #FCB299; }
span { border-color: rgb(252,178,153); }
td.TdClassName
{
border-color: #FCB299;
}
.TagClassName
{
border-color: #FCB299;
}
</style>