Shades of Rose Bud #FDACA0
Tints of Rose Bud #FDACA0
RGB
CMYK
RGB Variations
Color information
#FDACA0 (or 0xFDACA0) is known color: Rose Bud. HEX triplet: FD, AC and A0. RGB value is (253,172,160). Sum of RGB (Red+Green+Blue) = 253+172+160=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACA0 is #02535F. Grayscale: #C2C2C2. Windows color (decimal): -152416 or 10530045. OLE color: 10530045.
HSL color Cylindrical-coordinate representation of color #FDACA0: hue angle of 7.74º degrees, saturation: 0.96, 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 #FDACA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.01 |
| HSL | 7.74º | 0.96% | 0.81% | - |
| HSV(B) | 7.74º | 0.37% | 0.99% | - |
| XYZ | 61.61 | 52.93 | 40.23 | - |
| YUV | 194.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 160 | 0 | 0.32 | 0.37 | 0.01 | 7.74 | 0.96 | 0.81 |
| Hex | FD | AC | A0 | 0 | 20 | 25 | 1 | 8 | 60 | 51 |
| Octal | 375 | 254 | 240 | 0 | 40 | 45 | 1 | 10 | 140 | 121 |
| Binary | 11111101 | 10101100 | 10100000 | 0 | 100000 | 100101 | 1 | 1000 | 1100000 | 1010001 |
Color Harmonies of #FDACA0
Complementary color
Monochromatic Colors of #FDACA0
Black with #FDACA0
Text Example
Text Example
White with #FDACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACA0; }
p { color: rgb(253,172,160); }
H1.HeaderClassName
{
color: #FDACA0;
}
.AnyTagClassName
{
color: #FDACA0;
}
</style>
background-color css
<style>
a { background-color: #FDACA0; }
a { background-color: rgb(253,172,160); }
div.DivClassName
{
background-color: #FDACA0;
}
.BgClassName
{
background-color: #FDACA0;
}
</style>
border-color css
<style>
span { border-color: #FDACA0; }
span { border-color: rgb(253,172,160); }
td.TdClassName
{
border-color: #FDACA0;
}
.TagClassName
{
border-color: #FDACA0;
}
</style>