Shades of Rose Bud #FDAB8A
Tints of Rose Bud #FDAB8A
RGB
CMYK
RGB Variations
Color information
#FDAB8A (or 0xFDAB8A) is known color: Rose Bud. HEX triplet: FD, AB and 8A. RGB value is (253,171,138). Sum of RGB (Red+Green+Blue) = 253+171+138=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB8A is #025475. Grayscale: #BFBFBF. Windows color (decimal): -152694 or 9087997. OLE color: 9087997.
HSL color Cylindrical-coordinate representation of color #FDAB8A: hue angle of 17.22º 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 #FDAB8A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 138 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.01 |
| HSL | 17.22º | 0.97% | 0.77% | - |
| HSV(B) | 17.22º | 0.45% | 0.99% | - |
| XYZ | 59.66 | 51.84 | 30.91 | - |
| YUV | 191.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 138 | 0 | 0.32 | 0.45 | 0.01 | 17.22 | 0.97 | 0.77 |
| Hex | FD | AB | 8A | 0 | 20 | 2D | 1 | 11 | 61 | 4D |
| Octal | 375 | 253 | 212 | 0 | 40 | 55 | 1 | 21 | 141 | 115 |
| Binary | 11111101 | 10101011 | 10001010 | 0 | 100000 | 101101 | 1 | 10001 | 1100001 | 1001101 |
Color Harmonies of #FDAB8A
Complementary color
Monochromatic Colors of #FDAB8A
Black with #FDAB8A
Text Example
Text Example
White with #FDAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB8A; }
p { color: rgb(253,171,138); }
H1.HeaderClassName
{
color: #FDAB8A;
}
.AnyTagClassName
{
color: #FDAB8A;
}
</style>
background-color css
<style>
a { background-color: #FDAB8A; }
a { background-color: rgb(253,171,138); }
div.DivClassName
{
background-color: #FDAB8A;
}
.BgClassName
{
background-color: #FDAB8A;
}
</style>
border-color css
<style>
span { border-color: #FDAB8A; }
span { border-color: rgb(253,171,138); }
td.TdClassName
{
border-color: #FDAB8A;
}
.TagClassName
{
border-color: #FDAB8A;
}
</style>