Shades of Rose Bud #FEAB9C
Tints of Rose Bud #FEAB9C
RGB
CMYK
RGB Variations
Color information
#FEAB9C (or 0xFEAB9C) is known color: Rose Bud. HEX triplet: FE, AB and 9C. RGB value is (254,171,156). Sum of RGB (Red+Green+Blue) = 254+171+156=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9C is #015463. Grayscale: #C2C2C2. Windows color (decimal): -87140 or 10267646. OLE color: 10267646.
HSL color Cylindrical-coordinate representation of color #FEAB9C: hue angle of 9.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEAB9C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 156 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.00 |
| HSL | 9.18º | 0.98% | 0.8% | - |
| HSV(B) | 9.18º | 0.39% | 1% | - |
| XYZ | 61.44 | 52.6 | 38.37 | - |
| YUV | 194.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 156 | 0 | 0.33 | 0.39 | 0.00 | 9.18 | 0.98 | 0.8 |
| Hex | FE | AB | 9C | 0 | 21 | 27 | 0 | 9 | 62 | 50 |
| Octal | 376 | 253 | 234 | 0 | 41 | 47 | 0 | 11 | 142 | 120 |
| Binary | 11111110 | 10101011 | 10011100 | 0 | 100001 | 100111 | 0 | 1001 | 1100010 | 1010000 |
Color Harmonies of #FEAB9C
Complementary color
Monochromatic Colors of #FEAB9C
Black with #FEAB9C
Text Example
Text Example
White with #FEAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB9C; }
p { color: rgb(254,171,156); }
H1.HeaderClassName
{
color: #FEAB9C;
}
.AnyTagClassName
{
color: #FEAB9C;
}
</style>
background-color css
<style>
a { background-color: #FEAB9C; }
a { background-color: rgb(254,171,156); }
div.DivClassName
{
background-color: #FEAB9C;
}
.BgClassName
{
background-color: #FEAB9C;
}
</style>
border-color css
<style>
span { border-color: #FEAB9C; }
span { border-color: rgb(254,171,156); }
td.TdClassName
{
border-color: #FEAB9C;
}
.TagClassName
{
border-color: #FEAB9C;
}
</style>