Shades of Rose Bud #FDB3A1
Tints of Rose Bud #FDB3A1
RGB
CMYK
RGB Variations
Color information
#FDB3A1 (or 0xFDB3A1) is known color: Rose Bud. HEX triplet: FD, B3 and A1. RGB value is (253,179,161). Sum of RGB (Red+Green+Blue) = 253+179+161=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3A1 is #024C5E. Grayscale: #C7C7C7. Windows color (decimal): -150623 or 10597373. OLE color: 10597373.
HSL color Cylindrical-coordinate representation of color #FDB3A1: hue angle of 11.74º degrees, saturation: 0.96, 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 #FDB3A1 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 161 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.01 |
| HSL | 11.74º | 0.96% | 0.81% | - |
| HSV(B) | 11.74º | 0.36% | 0.99% | - |
| XYZ | 63.06 | 55.7 | 41.14 | - |
| YUV | 199.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 161 | 0 | 0.29 | 0.36 | 0.01 | 11.74 | 0.96 | 0.81 |
| Hex | FD | B3 | A1 | 0 | 1D | 24 | 1 | C | 60 | 51 |
| Octal | 375 | 263 | 241 | 0 | 35 | 44 | 1 | 14 | 140 | 121 |
| Binary | 11111101 | 10110011 | 10100001 | 0 | 11101 | 100100 | 1 | 1100 | 1100000 | 1010001 |
Color Harmonies of #FDB3A1
Complementary color
Monochromatic Colors of #FDB3A1
Black with #FDB3A1
Text Example
Text Example
White with #FDB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3A1; }
p { color: rgb(253,179,161); }
H1.HeaderClassName
{
color: #FDB3A1;
}
.AnyTagClassName
{
color: #FDB3A1;
}
</style>
background-color css
<style>
a { background-color: #FDB3A1; }
a { background-color: rgb(253,179,161); }
div.DivClassName
{
background-color: #FDB3A1;
}
.BgClassName
{
background-color: #FDB3A1;
}
</style>
border-color css
<style>
span { border-color: #FDB3A1; }
span { border-color: rgb(253,179,161); }
td.TdClassName
{
border-color: #FDB3A1;
}
.TagClassName
{
border-color: #FDB3A1;
}
</style>