Shades of Rose Bud #FDAB8D
Tints of Rose Bud #FDAB8D
RGB
CMYK
RGB Variations
Color information
#FDAB8D (or 0xFDAB8D) is known color: Rose Bud. HEX triplet: FD, AB and 8D. RGB value is (253,171,141). Sum of RGB (Red+Green+Blue) = 253+171+141=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB8D is #025472. Grayscale: #C0C0C0. Windows color (decimal): -152691 or 9284605. OLE color: 9284605.
HSL color Cylindrical-coordinate representation of color #FDAB8D: hue angle of 16.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDAB8D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 141 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.01 |
| HSL | 16.07º | 0.97% | 0.77% | - |
| HSV(B) | 16.07º | 0.44% | 0.99% | - |
| XYZ | 59.88 | 51.93 | 32.07 | - |
| YUV | 192.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 141 | 0 | 0.32 | 0.44 | 0.01 | 16.07 | 0.97 | 0.77 |
| Hex | FD | AB | 8D | 0 | 20 | 2C | 1 | 10 | 61 | 4D |
| Octal | 375 | 253 | 215 | 0 | 40 | 54 | 1 | 20 | 141 | 115 |
| Binary | 11111101 | 10101011 | 10001101 | 0 | 100000 | 101100 | 1 | 10000 | 1100001 | 1001101 |
Color Harmonies of #FDAB8D
Complementary color
Monochromatic Colors of #FDAB8D
Black with #FDAB8D
Text Example
Text Example
White with #FDAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB8D; }
p { color: rgb(253,171,141); }
H1.HeaderClassName
{
color: #FDAB8D;
}
.AnyTagClassName
{
color: #FDAB8D;
}
</style>
background-color css
<style>
a { background-color: #FDAB8D; }
a { background-color: rgb(253,171,141); }
div.DivClassName
{
background-color: #FDAB8D;
}
.BgClassName
{
background-color: #FDAB8D;
}
</style>
border-color css
<style>
span { border-color: #FDAB8D; }
span { border-color: rgb(253,171,141); }
td.TdClassName
{
border-color: #FDAB8D;
}
.TagClassName
{
border-color: #FDAB8D;
}
</style>