Shades of Rose Bud #FCA78F
Tints of Rose Bud #FCA78F
RGB
CMYK
RGB Variations
Color information
#FCA78F (or 0xFCA78F) is known color: Rose Bud. HEX triplet: FC, A7 and 8F. RGB value is (252,167,143). Sum of RGB (Red+Green+Blue) = 252+167+143=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA78F is #035870. Grayscale: #BDBDBD. Windows color (decimal): -219249 or 9414652. OLE color: 9414652.
HSL color Cylindrical-coordinate representation of color #FCA78F: hue angle of 13.21º 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 #FCA78F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 167 | 143 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 13.21º | 0.95% | 0.77% | - |
| HSV(B) | 13.21º | 0.43% | 0.99% | - |
| XYZ | 58.92 | 50.32 | 32.59 | - |
| YUV | 189.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 167 | 143 | 0 | 0.34 | 0.43 | 0.01 | 13.21 | 0.95 | 0.77 |
| Hex | FC | A7 | 8F | 0 | 22 | 2B | 1 | D | 5F | 4D |
| Octal | 374 | 247 | 217 | 0 | 42 | 53 | 1 | 15 | 137 | 115 |
| Binary | 11111100 | 10100111 | 10001111 | 0 | 100010 | 101011 | 1 | 1101 | 1011111 | 1001101 |
Color Harmonies of #FCA78F
Complementary color
Monochromatic Colors of #FCA78F
Black with #FCA78F
Text Example
Text Example
White with #FCA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA78F; }
p { color: rgb(252,167,143); }
H1.HeaderClassName
{
color: #FCA78F;
}
.AnyTagClassName
{
color: #FCA78F;
}
</style>
background-color css
<style>
a { background-color: #FCA78F; }
a { background-color: rgb(252,167,143); }
div.DivClassName
{
background-color: #FCA78F;
}
.BgClassName
{
background-color: #FCA78F;
}
</style>
border-color css
<style>
span { border-color: #FCA78F; }
span { border-color: rgb(252,167,143); }
td.TdClassName
{
border-color: #FCA78F;
}
.TagClassName
{
border-color: #FCA78F;
}
</style>