Shades of Rose Bud #FCAB8F
Tints of Rose Bud #FCAB8F
RGB
CMYK
RGB Variations
Color information
#FCAB8F (or 0xFCAB8F) is known color: Rose Bud. HEX triplet: FC, AB and 8F. RGB value is (252,171,143). Sum of RGB (Red+Green+Blue) = 252+171+143=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8F is #035470. Grayscale: #C0C0C0. Windows color (decimal): -218225 or 9415676. OLE color: 9415676.
HSL color Cylindrical-coordinate representation of color #FCAB8F: hue angle of 15.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCAB8F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 143 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.01 |
| HSL | 15.41º | 0.95% | 0.77% | - |
| HSV(B) | 15.41º | 0.43% | 0.99% | - |
| XYZ | 59.67 | 51.8 | 32.84 | - |
| YUV | 192.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 143 | 0 | 0.32 | 0.43 | 0.01 | 15.41 | 0.95 | 0.77 |
| Hex | FC | AB | 8F | 0 | 20 | 2B | 1 | F | 5F | 4D |
| Octal | 374 | 253 | 217 | 0 | 40 | 53 | 1 | 17 | 137 | 115 |
| Binary | 11111100 | 10101011 | 10001111 | 0 | 100000 | 101011 | 1 | 1111 | 1011111 | 1001101 |
Color Harmonies of #FCAB8F
Complementary color
Monochromatic Colors of #FCAB8F
Black with #FCAB8F
Text Example
Text Example
White with #FCAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB8F; }
p { color: rgb(252,171,143); }
H1.HeaderClassName
{
color: #FCAB8F;
}
.AnyTagClassName
{
color: #FCAB8F;
}
</style>
background-color css
<style>
a { background-color: #FCAB8F; }
a { background-color: rgb(252,171,143); }
div.DivClassName
{
background-color: #FCAB8F;
}
.BgClassName
{
background-color: #FCAB8F;
}
</style>
border-color css
<style>
span { border-color: #FCAB8F; }
span { border-color: rgb(252,171,143); }
td.TdClassName
{
border-color: #FCAB8F;
}
.TagClassName
{
border-color: #FCAB8F;
}
</style>