Shades of Rose Bud #FFAB9F
Tints of Rose Bud #FFAB9F
RGB
CMYK
RGB Variations
Color information
#FFAB9F (or 0xFFAB9F) is known color: Rose Bud. HEX triplet: FF, AB and 9F. RGB value is (255,171,159). Sum of RGB (Red+Green+Blue) = 255+171+159=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB9F is #005460. Grayscale: #C2C2C2. Windows color (decimal): -21601 or 10464255. OLE color: 10464255.
HSL color Cylindrical-coordinate representation of color #FFAB9F: hue angle of 7.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFAB9F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 159 | - |
| CMYK | 0 | 0.33 | 0.38 | 0 |
| HSL | 7.5º | 1% | 0.81% | - |
| HSV(B) | 7.5º | 0.38% | 1% | - |
| XYZ | 62.06 | 52.89 | 39.74 | - |
| YUV | 194.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 159 | 0 | 0.33 | 0.38 | 0 | 7.5 | 1 | 0.81 |
| Hex | FF | AB | 9F | 0 | 21 | 26 | 0 | 8 | 64 | 51 |
| Octal | 377 | 253 | 237 | 0 | 41 | 46 | 0 | 10 | 144 | 121 |
| Binary | 11111111 | 10101011 | 10011111 | 0 | 100001 | 100110 | 0 | 1000 | 1100100 | 1010001 |
Color Harmonies of #FFAB9F
Complementary color
Monochromatic Colors of #FFAB9F
Black with #FFAB9F
Text Example
Text Example
White with #FFAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB9F; }
p { color: rgb(255,171,159); }
H1.HeaderClassName
{
color: #FFAB9F;
}
.AnyTagClassName
{
color: #FFAB9F;
}
</style>
background-color css
<style>
a { background-color: #FFAB9F; }
a { background-color: rgb(255,171,159); }
div.DivClassName
{
background-color: #FFAB9F;
}
.BgClassName
{
background-color: #FFAB9F;
}
</style>
border-color css
<style>
span { border-color: #FFAB9F; }
span { border-color: rgb(255,171,159); }
td.TdClassName
{
border-color: #FFAB9F;
}
.TagClassName
{
border-color: #FFAB9F;
}
</style>