Shades of Rose Bud #FCB4A1
Tints of Rose Bud #FCB4A1
RGB
CMYK
RGB Variations
Color information
#FCB4A1 (or 0xFCB4A1) is known color: Rose Bud. HEX triplet: FC, B4 and A1. RGB value is (252,180,161). Sum of RGB (Red+Green+Blue) = 252+180+161=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4A1 is #034B5E. Grayscale: #C7C7C7. Windows color (decimal): -215903 or 10597628. OLE color: 10597628.
HSL color Cylindrical-coordinate representation of color #FCB4A1: hue angle of 12.53º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCB4A1 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 161 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.01 |
| HSL | 12.53º | 0.94% | 0.81% | - |
| HSV(B) | 12.53º | 0.36% | 0.99% | - |
| XYZ | 62.9 | 55.91 | 41.2 | - |
| YUV | 199.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 161 | 0 | 0.29 | 0.36 | 0.01 | 12.53 | 0.94 | 0.81 |
| Hex | FC | B4 | A1 | 0 | 1D | 24 | 1 | D | 5E | 51 |
| Octal | 374 | 264 | 241 | 0 | 35 | 44 | 1 | 15 | 136 | 121 |
| Binary | 11111100 | 10110100 | 10100001 | 0 | 11101 | 100100 | 1 | 1101 | 1011110 | 1010001 |
Color Harmonies of #FCB4A1
Complementary color
Monochromatic Colors of #FCB4A1
Black with #FCB4A1
Text Example
Text Example
White with #FCB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4A1; }
p { color: rgb(252,180,161); }
H1.HeaderClassName
{
color: #FCB4A1;
}
.AnyTagClassName
{
color: #FCB4A1;
}
</style>
background-color css
<style>
a { background-color: #FCB4A1; }
a { background-color: rgb(252,180,161); }
div.DivClassName
{
background-color: #FCB4A1;
}
.BgClassName
{
background-color: #FCB4A1;
}
</style>
border-color css
<style>
span { border-color: #FCB4A1; }
span { border-color: rgb(252,180,161); }
td.TdClassName
{
border-color: #FCB4A1;
}
.TagClassName
{
border-color: #FCB4A1;
}
</style>