Shades of Rose Bud #FCAB9F
Tints of Rose Bud #FCAB9F
RGB
CMYK
RGB Variations
Color information
#FCAB9F (or 0xFCAB9F) is known color: Rose Bud. HEX triplet: FC, AB and 9F. RGB value is (252,171,159). Sum of RGB (Red+Green+Blue) = 252+171+159=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9F is #035460. Grayscale: #C1C1C1. Windows color (decimal): -218209 or 10464252. OLE color: 10464252.
HSL color Cylindrical-coordinate representation of color #FCAB9F: hue angle of 7.74º 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 #FCAB9F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 159 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.01 |
| HSL | 7.74º | 0.94% | 0.81% | - |
| HSV(B) | 7.74º | 0.37% | 0.99% | - |
| XYZ | 60.97 | 52.32 | 39.69 | - |
| YUV | 193.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 159 | 0 | 0.32 | 0.37 | 0.01 | 7.74 | 0.94 | 0.81 |
| Hex | FC | AB | 9F | 0 | 20 | 25 | 1 | 8 | 5E | 51 |
| Octal | 374 | 253 | 237 | 0 | 40 | 45 | 1 | 10 | 136 | 121 |
| Binary | 11111100 | 10101011 | 10011111 | 0 | 100000 | 100101 | 1 | 1000 | 1011110 | 1010001 |
Color Harmonies of #FCAB9F
Complementary color
Monochromatic Colors of #FCAB9F
Black with #FCAB9F
Text Example
Text Example
White with #FCAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB9F; }
p { color: rgb(252,171,159); }
H1.HeaderClassName
{
color: #FCAB9F;
}
.AnyTagClassName
{
color: #FCAB9F;
}
</style>
background-color css
<style>
a { background-color: #FCAB9F; }
a { background-color: rgb(252,171,159); }
div.DivClassName
{
background-color: #FCAB9F;
}
.BgClassName
{
background-color: #FCAB9F;
}
</style>
border-color css
<style>
span { border-color: #FCAB9F; }
span { border-color: rgb(252,171,159); }
td.TdClassName
{
border-color: #FCAB9F;
}
.TagClassName
{
border-color: #FCAB9F;
}
</style>