Shades of Rose Bud #FEAC9C
Tints of Rose Bud #FEAC9C
RGB
CMYK
RGB Variations
Color information
#FEAC9C (or 0xFEAC9C) is known color: Rose Bud. HEX triplet: FE, AC and 9C. RGB value is (254,172,156). Sum of RGB (Red+Green+Blue) = 254+172+156=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC9C is #015363. Grayscale: #C2C2C2. Windows color (decimal): -86884 or 10267902. OLE color: 10267902.
HSL color Cylindrical-coordinate representation of color #FEAC9C: hue angle of 9.8º 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 #FEAC9C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 156 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.00 |
| HSL | 9.8º | 0.98% | 0.8% | - |
| HSV(B) | 9.8º | 0.39% | 1% | - |
| XYZ | 61.63 | 52.98 | 38.43 | - |
| YUV | 194.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 156 | 0 | 0.32 | 0.39 | 0.00 | 9.8 | 0.98 | 0.8 |
| Hex | FE | AC | 9C | 0 | 20 | 27 | 0 | A | 62 | 50 |
| Octal | 376 | 254 | 234 | 0 | 40 | 47 | 0 | 12 | 142 | 120 |
| Binary | 11111110 | 10101100 | 10011100 | 0 | 100000 | 100111 | 0 | 1010 | 1100010 | 1010000 |
Color Harmonies of #FEAC9C
Complementary color
Monochromatic Colors of #FEAC9C
Black with #FEAC9C
Text Example
Text Example
White with #FEAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC9C; }
p { color: rgb(254,172,156); }
H1.HeaderClassName
{
color: #FEAC9C;
}
.AnyTagClassName
{
color: #FEAC9C;
}
</style>
background-color css
<style>
a { background-color: #FEAC9C; }
a { background-color: rgb(254,172,156); }
div.DivClassName
{
background-color: #FEAC9C;
}
.BgClassName
{
background-color: #FEAC9C;
}
</style>
border-color css
<style>
span { border-color: #FEAC9C; }
span { border-color: rgb(254,172,156); }
td.TdClassName
{
border-color: #FEAC9C;
}
.TagClassName
{
border-color: #FEAC9C;
}
</style>