Shades of Rose Bud #FFAB9A
Tints of Rose Bud #FFAB9A
RGB
CMYK
RGB Variations
Color information
#FFAB9A (or 0xFFAB9A) is known color: Rose Bud. HEX triplet: FF, AB and 9A. RGB value is (255,171,154). Sum of RGB (Red+Green+Blue) = 255+171+154=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB9A is #005465. Grayscale: #C2C2C2. Windows color (decimal): -21606 or 10136575. OLE color: 10136575.
HSL color Cylindrical-coordinate representation of color #FFAB9A: hue angle of 10.1º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAB9A is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 154 | - |
| CMYK | 0 | 0.33 | 0.40 | 0 |
| HSL | 10.1º | 1% | 0.8% | - |
| HSV(B) | 10.1º | 0.4% | 1% | - |
| XYZ | 61.64 | 52.72 | 37.5 | - |
| YUV | 194.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 154 | 0 | 0.33 | 0.40 | 0 | 10.1 | 1 | 0.8 |
| Hex | FF | AB | 9A | 0 | 21 | 28 | 0 | A | 64 | 50 |
| Octal | 377 | 253 | 232 | 0 | 41 | 50 | 0 | 12 | 144 | 120 |
| Binary | 11111111 | 10101011 | 10011010 | 0 | 100001 | 101000 | 0 | 1010 | 1100100 | 1010000 |
Color Harmonies of #FFAB9A
Complementary color
Monochromatic Colors of #FFAB9A
Black with #FFAB9A
Text Example
Text Example
White with #FFAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB9A; }
p { color: rgb(255,171,154); }
H1.HeaderClassName
{
color: #FFAB9A;
}
.AnyTagClassName
{
color: #FFAB9A;
}
</style>
background-color css
<style>
a { background-color: #FFAB9A; }
a { background-color: rgb(255,171,154); }
div.DivClassName
{
background-color: #FFAB9A;
}
.BgClassName
{
background-color: #FFAB9A;
}
</style>
border-color css
<style>
span { border-color: #FFAB9A; }
span { border-color: rgb(255,171,154); }
td.TdClassName
{
border-color: #FFAB9A;
}
.TagClassName
{
border-color: #FFAB9A;
}
</style>