Shades of Rose Bud #FDAB8F
Tints of Rose Bud #FDAB8F
RGB
CMYK
RGB Variations
Color information
#FDAB8F (or 0xFDAB8F) is known color: Rose Bud. HEX triplet: FD, AB and 8F. RGB value is (253,171,143). Sum of RGB (Red+Green+Blue) = 253+171+143=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB8F is #025470. Grayscale: #C0C0C0. Windows color (decimal): -152689 or 9415677. OLE color: 9415677.
HSL color Cylindrical-coordinate representation of color #FDAB8F: hue angle of 15.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDAB8F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 143 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.01 |
| HSL | 15.27º | 0.96% | 0.78% | - |
| HSV(B) | 15.27º | 0.43% | 0.99% | - |
| XYZ | 60.03 | 51.99 | 32.86 | - |
| YUV | 192.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 143 | 0 | 0.32 | 0.43 | 0.01 | 15.27 | 0.96 | 0.78 |
| Hex | FD | AB | 8F | 0 | 20 | 2B | 1 | F | 60 | 4E |
| Octal | 375 | 253 | 217 | 0 | 40 | 53 | 1 | 17 | 140 | 116 |
| Binary | 11111101 | 10101011 | 10001111 | 0 | 100000 | 101011 | 1 | 1111 | 1100000 | 1001110 |
Color Harmonies of #FDAB8F
Complementary color
Monochromatic Colors of #FDAB8F
Black with #FDAB8F
Text Example
Text Example
White with #FDAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB8F; }
p { color: rgb(253,171,143); }
H1.HeaderClassName
{
color: #FDAB8F;
}
.AnyTagClassName
{
color: #FDAB8F;
}
</style>
background-color css
<style>
a { background-color: #FDAB8F; }
a { background-color: rgb(253,171,143); }
div.DivClassName
{
background-color: #FDAB8F;
}
.BgClassName
{
background-color: #FDAB8F;
}
</style>
border-color css
<style>
span { border-color: #FDAB8F; }
span { border-color: rgb(253,171,143); }
td.TdClassName
{
border-color: #FDAB8F;
}
.TagClassName
{
border-color: #FDAB8F;
}
</style>