Shades of Rose Bud #FDAB8B
Tints of Rose Bud #FDAB8B
RGB
CMYK
RGB Variations
Color information
#FDAB8B (or 0xFDAB8B) is known color: Rose Bud. HEX triplet: FD, AB and 8B. RGB value is (253,171,139). Sum of RGB (Red+Green+Blue) = 253+171+139=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB8B is #025474. Grayscale: #C0C0C0. Windows color (decimal): -152693 or 9153533. OLE color: 9153533.
HSL color Cylindrical-coordinate representation of color #FDAB8B: hue angle of 16.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDAB8B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 139 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.01 |
| HSL | 16.84º | 0.97% | 0.77% | - |
| HSV(B) | 16.84º | 0.45% | 0.99% | - |
| XYZ | 59.73 | 51.87 | 31.29 | - |
| YUV | 191.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 139 | 0 | 0.32 | 0.45 | 0.01 | 16.84 | 0.97 | 0.77 |
| Hex | FD | AB | 8B | 0 | 20 | 2D | 1 | 11 | 61 | 4D |
| Octal | 375 | 253 | 213 | 0 | 40 | 55 | 1 | 21 | 141 | 115 |
| Binary | 11111101 | 10101011 | 10001011 | 0 | 100000 | 101101 | 1 | 10001 | 1100001 | 1001101 |
Color Harmonies of #FDAB8B
Complementary color
Monochromatic Colors of #FDAB8B
Black with #FDAB8B
Text Example
Text Example
White with #FDAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB8B; }
p { color: rgb(253,171,139); }
H1.HeaderClassName
{
color: #FDAB8B;
}
.AnyTagClassName
{
color: #FDAB8B;
}
</style>
background-color css
<style>
a { background-color: #FDAB8B; }
a { background-color: rgb(253,171,139); }
div.DivClassName
{
background-color: #FDAB8B;
}
.BgClassName
{
background-color: #FDAB8B;
}
</style>
border-color css
<style>
span { border-color: #FDAB8B; }
span { border-color: rgb(253,171,139); }
td.TdClassName
{
border-color: #FDAB8B;
}
.TagClassName
{
border-color: #FDAB8B;
}
</style>