Shades of Rose Bud #FCB1A0
Tints of Rose Bud #FCB1A0
RGB
CMYK
RGB Variations
Color information
#FCB1A0 (or 0xFCB1A0) is known color: Rose Bud. HEX triplet: FC, B1 and A0. RGB value is (252,177,160). Sum of RGB (Red+Green+Blue) = 252+177+160=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1A0 is #034E5F. Grayscale: #C5C5C5. Windows color (decimal): -216672 or 10531324. OLE color: 10531324.
HSL color Cylindrical-coordinate representation of color #FCB1A0: hue angle of 11.09º 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 #FCB1A0 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 160 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.01 |
| HSL | 11.09º | 0.94% | 0.81% | - |
| HSV(B) | 11.09º | 0.37% | 0.99% | - |
| XYZ | 62.21 | 54.68 | 40.53 | - |
| YUV | 197.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 160 | 0 | 0.30 | 0.37 | 0.01 | 11.09 | 0.94 | 0.81 |
| Hex | FC | B1 | A0 | 0 | 1E | 25 | 1 | B | 5E | 51 |
| Octal | 374 | 261 | 240 | 0 | 36 | 45 | 1 | 13 | 136 | 121 |
| Binary | 11111100 | 10110001 | 10100000 | 0 | 11110 | 100101 | 1 | 1011 | 1011110 | 1010001 |
Color Harmonies of #FCB1A0
Complementary color
Monochromatic Colors of #FCB1A0
Black with #FCB1A0
Text Example
Text Example
White with #FCB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1A0; }
p { color: rgb(252,177,160); }
H1.HeaderClassName
{
color: #FCB1A0;
}
.AnyTagClassName
{
color: #FCB1A0;
}
</style>
background-color css
<style>
a { background-color: #FCB1A0; }
a { background-color: rgb(252,177,160); }
div.DivClassName
{
background-color: #FCB1A0;
}
.BgClassName
{
background-color: #FCB1A0;
}
</style>
border-color css
<style>
span { border-color: #FCB1A0; }
span { border-color: rgb(252,177,160); }
td.TdClassName
{
border-color: #FCB1A0;
}
.TagClassName
{
border-color: #FCB1A0;
}
</style>