Shades of Rose Bud #FCAAA1
Tints of Rose Bud #FCAAA1
RGB
CMYK
RGB Variations
Color information
#FCAAA1 (or 0xFCAAA1) is known color: Rose Bud. HEX triplet: FC, AA and A1. RGB value is (252,170,161). Sum of RGB (Red+Green+Blue) = 252+170+161=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAA1 is #03555E. Grayscale: #C1C1C1. Windows color (decimal): -218463 or 10595068. OLE color: 10595068.
HSL color Cylindrical-coordinate representation of color #FCAAA1: hue angle of 5.93º 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 #FCAAA1 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 161 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.01 |
| HSL | 5.93º | 0.94% | 0.81% | - |
| HSV(B) | 5.93º | 0.36% | 0.99% | - |
| XYZ | 60.95 | 52.02 | 40.55 | - |
| YUV | 193.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 161 | 0 | 0.33 | 0.36 | 0.01 | 5.93 | 0.94 | 0.81 |
| Hex | FC | AA | A1 | 0 | 21 | 24 | 1 | 6 | 5E | 51 |
| Octal | 374 | 252 | 241 | 0 | 41 | 44 | 1 | 6 | 136 | 121 |
| Binary | 11111100 | 10101010 | 10100001 | 0 | 100001 | 100100 | 1 | 110 | 1011110 | 1010001 |
Color Harmonies of #FCAAA1
Complementary color
Monochromatic Colors of #FCAAA1
Black with #FCAAA1
Text Example
Text Example
White with #FCAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAA1; }
p { color: rgb(252,170,161); }
H1.HeaderClassName
{
color: #FCAAA1;
}
.AnyTagClassName
{
color: #FCAAA1;
}
</style>
background-color css
<style>
a { background-color: #FCAAA1; }
a { background-color: rgb(252,170,161); }
div.DivClassName
{
background-color: #FCAAA1;
}
.BgClassName
{
background-color: #FCAAA1;
}
</style>
border-color css
<style>
span { border-color: #FCAAA1; }
span { border-color: rgb(252,170,161); }
td.TdClassName
{
border-color: #FCAAA1;
}
.TagClassName
{
border-color: #FCAAA1;
}
</style>