Shades of Rose Bud #FCAB98
Tints of Rose Bud #FCAB98
RGB
CMYK
RGB Variations
Color information
#FCAB98 (or 0xFCAB98) is known color: Rose Bud. HEX triplet: FC, AB and 98. RGB value is (252,171,152). Sum of RGB (Red+Green+Blue) = 252+171+152=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB98 is #035467. Grayscale: #C1C1C1. Windows color (decimal): -218216 or 10005500. OLE color: 10005500.
HSL color Cylindrical-coordinate representation of color #FCAB98: hue angle of 11.4º 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 #FCAB98 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 152 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.01 |
| HSL | 11.4º | 0.94% | 0.79% | - |
| HSV(B) | 11.4º | 0.4% | 0.99% | - |
| XYZ | 60.38 | 52.09 | 36.58 | - |
| YUV | 193.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 152 | 0 | 0.32 | 0.40 | 0.01 | 11.4 | 0.94 | 0.79 |
| Hex | FC | AB | 98 | 0 | 20 | 28 | 1 | B | 5E | 4F |
| Octal | 374 | 253 | 230 | 0 | 40 | 50 | 1 | 13 | 136 | 117 |
| Binary | 11111100 | 10101011 | 10011000 | 0 | 100000 | 101000 | 1 | 1011 | 1011110 | 1001111 |
Color Harmonies of #FCAB98
Complementary color
Monochromatic Colors of #FCAB98
Black with #FCAB98
Text Example
Text Example
White with #FCAB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB98; }
p { color: rgb(252,171,152); }
H1.HeaderClassName
{
color: #FCAB98;
}
.AnyTagClassName
{
color: #FCAB98;
}
</style>
background-color css
<style>
a { background-color: #FCAB98; }
a { background-color: rgb(252,171,152); }
div.DivClassName
{
background-color: #FCAB98;
}
.BgClassName
{
background-color: #FCAB98;
}
</style>
border-color css
<style>
span { border-color: #FCAB98; }
span { border-color: rgb(252,171,152); }
td.TdClassName
{
border-color: #FCAB98;
}
.TagClassName
{
border-color: #FCAB98;
}
</style>