Shades of Rose Bud #FFAB9C
Tints of Rose Bud #FFAB9C
RGB
CMYK
RGB Variations
Color information
#FFAB9C (or 0xFFAB9C) is known color: Rose Bud. HEX triplet: FF, AB and 9C. RGB value is (255,171,156). Sum of RGB (Red+Green+Blue) = 255+171+156=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB9C is #005463. Grayscale: #C2C2C2. Windows color (decimal): -21604 or 10267647. OLE color: 10267647.
HSL color Cylindrical-coordinate representation of color #FFAB9C: hue angle of 9.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFAB9C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 156 | - |
| CMYK | 0 | 0.33 | 0.39 | 0 |
| HSL | 9.09º | 1% | 0.81% | - |
| HSV(B) | 9.09º | 0.39% | 1% | - |
| XYZ | 61.8 | 52.79 | 38.38 | - |
| YUV | 194.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 156 | 0 | 0.33 | 0.39 | 0 | 9.09 | 1 | 0.81 |
| Hex | FF | AB | 9C | 0 | 21 | 27 | 0 | 9 | 64 | 51 |
| Octal | 377 | 253 | 234 | 0 | 41 | 47 | 0 | 11 | 144 | 121 |
| Binary | 11111111 | 10101011 | 10011100 | 0 | 100001 | 100111 | 0 | 1001 | 1100100 | 1010001 |
Color Harmonies of #FFAB9C
Complementary color
Monochromatic Colors of #FFAB9C
Black with #FFAB9C
Text Example
Text Example
White with #FFAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB9C; }
p { color: rgb(255,171,156); }
H1.HeaderClassName
{
color: #FFAB9C;
}
.AnyTagClassName
{
color: #FFAB9C;
}
</style>
background-color css
<style>
a { background-color: #FFAB9C; }
a { background-color: rgb(255,171,156); }
div.DivClassName
{
background-color: #FFAB9C;
}
.BgClassName
{
background-color: #FFAB9C;
}
</style>
border-color css
<style>
span { border-color: #FFAB9C; }
span { border-color: rgb(255,171,156); }
td.TdClassName
{
border-color: #FFAB9C;
}
.TagClassName
{
border-color: #FFAB9C;
}
</style>