Shades of Rose Bud #FCA691
Tints of Rose Bud #FCA691
RGB
CMYK
RGB Variations
Color information
#FCA691 (or 0xFCA691) is known color: Rose Bud. HEX triplet: FC, A6 and 91. RGB value is (252,166,145). Sum of RGB (Red+Green+Blue) = 252+166+145=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA691 is #03596E. Grayscale: #BDBDBD. Windows color (decimal): -219503 or 9545468. OLE color: 9545468.
HSL color Cylindrical-coordinate representation of color #FCA691: hue angle of 11.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCA691 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 145 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.01 |
| HSL | 11.78º | 0.95% | 0.78% | - |
| HSV(B) | 11.78º | 0.42% | 0.99% | - |
| XYZ | 58.89 | 50.01 | 33.34 | - |
| YUV | 189.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 145 | 0 | 0.34 | 0.42 | 0.01 | 11.78 | 0.95 | 0.78 |
| Hex | FC | A6 | 91 | 0 | 22 | 2A | 1 | C | 5F | 4E |
| Octal | 374 | 246 | 221 | 0 | 42 | 52 | 1 | 14 | 137 | 116 |
| Binary | 11111100 | 10100110 | 10010001 | 0 | 100010 | 101010 | 1 | 1100 | 1011111 | 1001110 |
Color Harmonies of #FCA691
Complementary color
Monochromatic Colors of #FCA691
Black with #FCA691
Text Example
Text Example
White with #FCA691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA691; }
p { color: rgb(252,166,145); }
H1.HeaderClassName
{
color: #FCA691;
}
.AnyTagClassName
{
color: #FCA691;
}
</style>
background-color css
<style>
a { background-color: #FCA691; }
a { background-color: rgb(252,166,145); }
div.DivClassName
{
background-color: #FCA691;
}
.BgClassName
{
background-color: #FCA691;
}
</style>
border-color css
<style>
span { border-color: #FCA691; }
span { border-color: rgb(252,166,145); }
td.TdClassName
{
border-color: #FCA691;
}
.TagClassName
{
border-color: #FCA691;
}
</style>