Shades of Rose Bud #FCA8A1
Tints of Rose Bud #FCA8A1
RGB
CMYK
RGB Variations
Color information
#FCA8A1 (or 0xFCA8A1) is known color: Rose Bud. HEX triplet: FC, A8 and A1. RGB value is (252,168,161). Sum of RGB (Red+Green+Blue) = 252+168+161=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A1 is #03575E. Grayscale: #C0C0C0. Windows color (decimal): -218975 or 10594556. OLE color: 10594556.
HSL color Cylindrical-coordinate representation of color #FCA8A1: hue angle of 4.62º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA8A1 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 161 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.01 |
| HSL | 4.62º | 0.94% | 0.81% | - |
| HSV(B) | 4.62º | 0.36% | 0.99% | - |
| XYZ | 60.58 | 51.27 | 40.42 | - |
| YUV | 192.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 161 | 0 | 0.33 | 0.36 | 0.01 | 4.62 | 0.94 | 0.81 |
| Hex | FC | A8 | A1 | 0 | 21 | 24 | 1 | 5 | 5E | 51 |
| Octal | 374 | 250 | 241 | 0 | 41 | 44 | 1 | 5 | 136 | 121 |
| Binary | 11111100 | 10101000 | 10100001 | 0 | 100001 | 100100 | 1 | 101 | 1011110 | 1010001 |
Color Harmonies of #FCA8A1
Complementary color
Monochromatic Colors of #FCA8A1
Black with #FCA8A1
Text Example
Text Example
White with #FCA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8A1; }
p { color: rgb(252,168,161); }
H1.HeaderClassName
{
color: #FCA8A1;
}
.AnyTagClassName
{
color: #FCA8A1;
}
</style>
background-color css
<style>
a { background-color: #FCA8A1; }
a { background-color: rgb(252,168,161); }
div.DivClassName
{
background-color: #FCA8A1;
}
.BgClassName
{
background-color: #FCA8A1;
}
</style>
border-color css
<style>
span { border-color: #FCA8A1; }
span { border-color: rgb(252,168,161); }
td.TdClassName
{
border-color: #FCA8A1;
}
.TagClassName
{
border-color: #FCA8A1;
}
</style>