Shades of Rose Bud #FCB096
Tints of Rose Bud #FCB096
RGB
CMYK
RGB Variations
Color information
#FCB096 (or 0xFCB096) is known color: Rose Bud. HEX triplet: FC, B0 and 96. RGB value is (252,176,150). Sum of RGB (Red+Green+Blue) = 252+176+150=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB096 is #034F69. Grayscale: #C3C3C3. Windows color (decimal): -216938 or 9875708. OLE color: 9875708.
HSL color Cylindrical-coordinate representation of color #FCB096: hue angle of 15.29º 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 #FCB096 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 150 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 15.29º | 0.94% | 0.79% | - |
| HSV(B) | 15.29º | 0.4% | 0.99% | - |
| XYZ | 61.18 | 53.95 | 36.04 | - |
| YUV | 195.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 150 | 0 | 0.30 | 0.40 | 0.01 | 15.29 | 0.94 | 0.79 |
| Hex | FC | B0 | 96 | 0 | 1E | 28 | 1 | F | 5E | 4F |
| Octal | 374 | 260 | 226 | 0 | 36 | 50 | 1 | 17 | 136 | 117 |
| Binary | 11111100 | 10110000 | 10010110 | 0 | 11110 | 101000 | 1 | 1111 | 1011110 | 1001111 |
Color Harmonies of #FCB096
Complementary color
Monochromatic Colors of #FCB096
Black with #FCB096
Text Example
Text Example
White with #FCB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB096; }
p { color: rgb(252,176,150); }
H1.HeaderClassName
{
color: #FCB096;
}
.AnyTagClassName
{
color: #FCB096;
}
</style>
background-color css
<style>
a { background-color: #FCB096; }
a { background-color: rgb(252,176,150); }
div.DivClassName
{
background-color: #FCB096;
}
.BgClassName
{
background-color: #FCB096;
}
</style>
border-color css
<style>
span { border-color: #FCB096; }
span { border-color: rgb(252,176,150); }
td.TdClassName
{
border-color: #FCB096;
}
.TagClassName
{
border-color: #FCB096;
}
</style>