Shades of Rose Bud #FDAB8C
Tints of Rose Bud #FDAB8C
RGB
CMYK
RGB Variations
Color information
#FDAB8C (or 0xFDAB8C) is known color: Rose Bud. HEX triplet: FD, AB and 8C. RGB value is (253,171,140). Sum of RGB (Red+Green+Blue) = 253+171+140=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB8C is #025473. Grayscale: #C0C0C0. Windows color (decimal): -152692 or 9219069. OLE color: 9219069.
HSL color Cylindrical-coordinate representation of color #FDAB8C: hue angle of 16.46º 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 #FDAB8C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 140 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.01 |
| HSL | 16.46º | 0.97% | 0.77% | - |
| HSV(B) | 16.46º | 0.45% | 0.99% | - |
| XYZ | 59.8 | 51.9 | 31.68 | - |
| YUV | 191.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 140 | 0 | 0.32 | 0.45 | 0.01 | 16.46 | 0.97 | 0.77 |
| Hex | FD | AB | 8C | 0 | 20 | 2D | 1 | 10 | 61 | 4D |
| Octal | 375 | 253 | 214 | 0 | 40 | 55 | 1 | 20 | 141 | 115 |
| Binary | 11111101 | 10101011 | 10001100 | 0 | 100000 | 101101 | 1 | 10000 | 1100001 | 1001101 |
Color Harmonies of #FDAB8C
Complementary color
Monochromatic Colors of #FDAB8C
Black with #FDAB8C
Text Example
Text Example
White with #FDAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB8C; }
p { color: rgb(253,171,140); }
H1.HeaderClassName
{
color: #FDAB8C;
}
.AnyTagClassName
{
color: #FDAB8C;
}
</style>
background-color css
<style>
a { background-color: #FDAB8C; }
a { background-color: rgb(253,171,140); }
div.DivClassName
{
background-color: #FDAB8C;
}
.BgClassName
{
background-color: #FDAB8C;
}
</style>
border-color css
<style>
span { border-color: #FDAB8C; }
span { border-color: rgb(253,171,140); }
td.TdClassName
{
border-color: #FDAB8C;
}
.TagClassName
{
border-color: #FDAB8C;
}
</style>