Shades of Rose Bud #FCAB8E
Tints of Rose Bud #FCAB8E
RGB
CMYK
RGB Variations
Color information
#FCAB8E (or 0xFCAB8E) is known color: Rose Bud. HEX triplet: FC, AB and 8E. RGB value is (252,171,142). Sum of RGB (Red+Green+Blue) = 252+171+142=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8E is #035471. Grayscale: #C0C0C0. Windows color (decimal): -218226 or 9350140. OLE color: 9350140.
HSL color Cylindrical-coordinate representation of color #FCAB8E: hue angle of 15.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCAB8E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 142 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.01 |
| HSL | 15.82º | 0.95% | 0.77% | - |
| HSV(B) | 15.82º | 0.44% | 0.99% | - |
| XYZ | 59.59 | 51.77 | 32.44 | - |
| YUV | 191.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 142 | 0 | 0.32 | 0.44 | 0.01 | 15.82 | 0.95 | 0.77 |
| Hex | FC | AB | 8E | 0 | 20 | 2C | 1 | 10 | 5F | 4D |
| Octal | 374 | 253 | 216 | 0 | 40 | 54 | 1 | 20 | 137 | 115 |
| Binary | 11111100 | 10101011 | 10001110 | 0 | 100000 | 101100 | 1 | 10000 | 1011111 | 1001101 |
Color Harmonies of #FCAB8E
Complementary color
Monochromatic Colors of #FCAB8E
Black with #FCAB8E
Text Example
Text Example
White with #FCAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB8E; }
p { color: rgb(252,171,142); }
H1.HeaderClassName
{
color: #FCAB8E;
}
.AnyTagClassName
{
color: #FCAB8E;
}
</style>
background-color css
<style>
a { background-color: #FCAB8E; }
a { background-color: rgb(252,171,142); }
div.DivClassName
{
background-color: #FCAB8E;
}
.BgClassName
{
background-color: #FCAB8E;
}
</style>
border-color css
<style>
span { border-color: #FCAB8E; }
span { border-color: rgb(252,171,142); }
td.TdClassName
{
border-color: #FCAB8E;
}
.TagClassName
{
border-color: #FCAB8E;
}
</style>