Shades of Rose Bud #FDA89C
Tints of Rose Bud #FDA89C
RGB
CMYK
RGB Variations
Color information
#FDA89C (or 0xFDA89C) is known color: Rose Bud. HEX triplet: FD, A8 and 9C. RGB value is (253,168,156). Sum of RGB (Red+Green+Blue) = 253+168+156=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA89C is #025763. Grayscale: #C0C0C0. Windows color (decimal): -153444 or 10266877. OLE color: 10266877.
HSL color Cylindrical-coordinate representation of color #FDA89C: hue angle of 7.42º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDA89C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 156 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.01 |
| HSL | 7.42º | 0.96% | 0.8% | - |
| HSV(B) | 7.42º | 0.38% | 0.99% | - |
| XYZ | 60.51 | 51.29 | 38.16 | - |
| YUV | 192.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 156 | 0 | 0.34 | 0.38 | 0.01 | 7.42 | 0.96 | 0.8 |
| Hex | FD | A8 | 9C | 0 | 22 | 26 | 1 | 7 | 60 | 50 |
| Octal | 375 | 250 | 234 | 0 | 42 | 46 | 1 | 7 | 140 | 120 |
| Binary | 11111101 | 10101000 | 10011100 | 0 | 100010 | 100110 | 1 | 111 | 1100000 | 1010000 |
Color Harmonies of #FDA89C
Complementary color
Monochromatic Colors of #FDA89C
Black with #FDA89C
Text Example
Text Example
White with #FDA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA89C; }
p { color: rgb(253,168,156); }
H1.HeaderClassName
{
color: #FDA89C;
}
.AnyTagClassName
{
color: #FDA89C;
}
</style>
background-color css
<style>
a { background-color: #FDA89C; }
a { background-color: rgb(253,168,156); }
div.DivClassName
{
background-color: #FDA89C;
}
.BgClassName
{
background-color: #FDA89C;
}
</style>
border-color css
<style>
span { border-color: #FDA89C; }
span { border-color: rgb(253,168,156); }
td.TdClassName
{
border-color: #FDA89C;
}
.TagClassName
{
border-color: #FDA89C;
}
</style>