Shades of Rose Bud #FCAA8F
Tints of Rose Bud #FCAA8F
RGB
CMYK
RGB Variations
Color information
#FCAA8F (or 0xFCAA8F) is known color: Rose Bud. HEX triplet: FC, AA and 8F. RGB value is (252,170,143). Sum of RGB (Red+Green+Blue) = 252+170+143=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA8F is #035570. Grayscale: #BFBFBF. Windows color (decimal): -218481 or 9415420. OLE color: 9415420.
HSL color Cylindrical-coordinate representation of color #FCAA8F: hue angle of 14.86º 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 #FCAA8F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 143 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.01 |
| HSL | 14.86º | 0.95% | 0.77% | - |
| HSV(B) | 14.86º | 0.43% | 0.99% | - |
| XYZ | 59.48 | 51.43 | 32.78 | - |
| YUV | 191.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 143 | 0 | 0.33 | 0.43 | 0.01 | 14.86 | 0.95 | 0.77 |
| Hex | FC | AA | 8F | 0 | 21 | 2B | 1 | F | 5F | 4D |
| Octal | 374 | 252 | 217 | 0 | 41 | 53 | 1 | 17 | 137 | 115 |
| Binary | 11111100 | 10101010 | 10001111 | 0 | 100001 | 101011 | 1 | 1111 | 1011111 | 1001101 |
Color Harmonies of #FCAA8F
Complementary color
Monochromatic Colors of #FCAA8F
Black with #FCAA8F
Text Example
Text Example
White with #FCAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA8F; }
p { color: rgb(252,170,143); }
H1.HeaderClassName
{
color: #FCAA8F;
}
.AnyTagClassName
{
color: #FCAA8F;
}
</style>
background-color css
<style>
a { background-color: #FCAA8F; }
a { background-color: rgb(252,170,143); }
div.DivClassName
{
background-color: #FCAA8F;
}
.BgClassName
{
background-color: #FCAA8F;
}
</style>
border-color css
<style>
span { border-color: #FCAA8F; }
span { border-color: rgb(252,170,143); }
td.TdClassName
{
border-color: #FCAA8F;
}
.TagClassName
{
border-color: #FCAA8F;
}
</style>