Shades of Rose Bud #FFAB8E
Tints of Rose Bud #FFAB8E
RGB
CMYK
RGB Variations
Color information
#FFAB8E (or 0xFFAB8E) is known color: Rose Bud. HEX triplet: FF, AB and 8E. RGB value is (255,171,142). Sum of RGB (Red+Green+Blue) = 255+171+142=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB8E is #005471. Grayscale: #C1C1C1. Windows color (decimal): -21618 or 9350143. OLE color: 9350143.
HSL color Cylindrical-coordinate representation of color #FFAB8E: hue angle of 15.4º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFAB8E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 142 | - |
| CMYK | 0 | 0.33 | 0.44 | 0 |
| HSL | 15.4º | 1% | 0.78% | - |
| HSV(B) | 15.4º | 0.44% | 1% | - |
| XYZ | 60.69 | 52.34 | 32.5 | - |
| YUV | 192.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 142 | 0 | 0.33 | 0.44 | 0 | 15.4 | 1 | 0.78 |
| Hex | FF | AB | 8E | 0 | 21 | 2C | 0 | F | 64 | 4E |
| Octal | 377 | 253 | 216 | 0 | 41 | 54 | 0 | 17 | 144 | 116 |
| Binary | 11111111 | 10101011 | 10001110 | 0 | 100001 | 101100 | 0 | 1111 | 1100100 | 1001110 |
Color Harmonies of #FFAB8E
Complementary color
Monochromatic Colors of #FFAB8E
Black with #FFAB8E
Text Example
Text Example
White with #FFAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB8E; }
p { color: rgb(255,171,142); }
H1.HeaderClassName
{
color: #FFAB8E;
}
.AnyTagClassName
{
color: #FFAB8E;
}
</style>
background-color css
<style>
a { background-color: #FFAB8E; }
a { background-color: rgb(255,171,142); }
div.DivClassName
{
background-color: #FFAB8E;
}
.BgClassName
{
background-color: #FFAB8E;
}
</style>
border-color css
<style>
span { border-color: #FFAB8E; }
span { border-color: rgb(255,171,142); }
td.TdClassName
{
border-color: #FFAB8E;
}
.TagClassName
{
border-color: #FFAB8E;
}
</style>