Shades of Rose Bud #FCA3A0
Tints of Rose Bud #FCA3A0
RGB
CMYK
RGB Variations
Color information
#FCA3A0 (or 0xFCA3A0) is known color: Rose Bud. HEX triplet: FC, A3 and A0. RGB value is (252,163,160). Sum of RGB (Red+Green+Blue) = 252+163+160=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA3A0 is #035C5F. Grayscale: #BDBDBD. Windows color (decimal): -220256 or 10527740. OLE color: 10527740.
HSL color Cylindrical-coordinate representation of color #FCA3A0: hue angle of 1.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA3A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 160 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.01 |
| HSL | 1.96º | 0.94% | 0.81% | - |
| HSV(B) | 1.96º | 0.37% | 0.99% | - |
| XYZ | 59.59 | 49.43 | 39.66 | - |
| YUV | 189.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 160 | 0 | 0.35 | 0.37 | 0.01 | 1.96 | 0.94 | 0.81 |
| Hex | FC | A3 | A0 | 0 | 23 | 25 | 1 | 2 | 5E | 51 |
| Octal | 374 | 243 | 240 | 0 | 43 | 45 | 1 | 2 | 136 | 121 |
| Binary | 11111100 | 10100011 | 10100000 | 0 | 100011 | 100101 | 1 | 10 | 1011110 | 1010001 |
Color Harmonies of #FCA3A0
Complementary color
Monochromatic Colors of #FCA3A0
Black with #FCA3A0
Text Example
Text Example
White with #FCA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3A0; }
p { color: rgb(252,163,160); }
H1.HeaderClassName
{
color: #FCA3A0;
}
.AnyTagClassName
{
color: #FCA3A0;
}
</style>
background-color css
<style>
a { background-color: #FCA3A0; }
a { background-color: rgb(252,163,160); }
div.DivClassName
{
background-color: #FCA3A0;
}
.BgClassName
{
background-color: #FCA3A0;
}
</style>
border-color css
<style>
span { border-color: #FCA3A0; }
span { border-color: rgb(252,163,160); }
td.TdClassName
{
border-color: #FCA3A0;
}
.TagClassName
{
border-color: #FCA3A0;
}
</style>