Shades of Rose Bud #FDAC9A
Tints of Rose Bud #FDAC9A
RGB
CMYK
RGB Variations
Color information
#FDAC9A (or 0xFDAC9A) is known color: Rose Bud. HEX triplet: FD, AC and 9A. RGB value is (253,172,154). Sum of RGB (Red+Green+Blue) = 253+172+154=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC9A is #025365. Grayscale: #C2C2C2. Windows color (decimal): -152422 or 10136829. OLE color: 10136829.
HSL color Cylindrical-coordinate representation of color #FDAC9A: hue angle of 10.91º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDAC9A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 154 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.01 |
| HSL | 10.91º | 0.96% | 0.8% | - |
| HSV(B) | 10.91º | 0.39% | 0.99% | - |
| XYZ | 61.09 | 52.72 | 37.53 | - |
| YUV | 194.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 154 | 0 | 0.32 | 0.39 | 0.01 | 10.91 | 0.96 | 0.8 |
| Hex | FD | AC | 9A | 0 | 20 | 27 | 1 | B | 60 | 50 |
| Octal | 375 | 254 | 232 | 0 | 40 | 47 | 1 | 13 | 140 | 120 |
| Binary | 11111101 | 10101100 | 10011010 | 0 | 100000 | 100111 | 1 | 1011 | 1100000 | 1010000 |
Color Harmonies of #FDAC9A
Complementary color
Monochromatic Colors of #FDAC9A
Black with #FDAC9A
Text Example
Text Example
White with #FDAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC9A; }
p { color: rgb(253,172,154); }
H1.HeaderClassName
{
color: #FDAC9A;
}
.AnyTagClassName
{
color: #FDAC9A;
}
</style>
background-color css
<style>
a { background-color: #FDAC9A; }
a { background-color: rgb(253,172,154); }
div.DivClassName
{
background-color: #FDAC9A;
}
.BgClassName
{
background-color: #FDAC9A;
}
</style>
border-color css
<style>
span { border-color: #FDAC9A; }
span { border-color: rgb(253,172,154); }
td.TdClassName
{
border-color: #FDAC9A;
}
.TagClassName
{
border-color: #FDAC9A;
}
</style>