Shades of Rose Bud #FCAEA1
Tints of Rose Bud #FCAEA1
RGB
CMYK
RGB Variations
Color information
#FCAEA1 (or 0xFCAEA1) is known color: Rose Bud. HEX triplet: FC, AE and A1. RGB value is (252,174,161). Sum of RGB (Red+Green+Blue) = 252+174+161=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEA1 is #03515E. Grayscale: #C3C3C3. Windows color (decimal): -217439 or 10596092. OLE color: 10596092.
HSL color Cylindrical-coordinate representation of color #FCAEA1: hue angle of 8.57º 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 #FCAEA1 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 161 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.01 |
| HSL | 8.57º | 0.94% | 0.81% | - |
| HSV(B) | 8.57º | 0.36% | 0.99% | - |
| XYZ | 61.71 | 53.54 | 40.8 | - |
| YUV | 195.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 161 | 0 | 0.31 | 0.36 | 0.01 | 8.57 | 0.94 | 0.81 |
| Hex | FC | AE | A1 | 0 | 1F | 24 | 1 | 9 | 5E | 51 |
| Octal | 374 | 256 | 241 | 0 | 37 | 44 | 1 | 11 | 136 | 121 |
| Binary | 11111100 | 10101110 | 10100001 | 0 | 11111 | 100100 | 1 | 1001 | 1011110 | 1010001 |
Color Harmonies of #FCAEA1
Complementary color
Monochromatic Colors of #FCAEA1
Black with #FCAEA1
Text Example
Text Example
White with #FCAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEA1; }
p { color: rgb(252,174,161); }
H1.HeaderClassName
{
color: #FCAEA1;
}
.AnyTagClassName
{
color: #FCAEA1;
}
</style>
background-color css
<style>
a { background-color: #FCAEA1; }
a { background-color: rgb(252,174,161); }
div.DivClassName
{
background-color: #FCAEA1;
}
.BgClassName
{
background-color: #FCAEA1;
}
</style>
border-color css
<style>
span { border-color: #FCAEA1; }
span { border-color: rgb(252,174,161); }
td.TdClassName
{
border-color: #FCAEA1;
}
.TagClassName
{
border-color: #FCAEA1;
}
</style>