Shades of Rose Bud #FDA396
Tints of Rose Bud #FDA396
RGB
CMYK
RGB Variations
Color information
#FDA396 (or 0xFDA396) is known color: Rose Bud. HEX triplet: FD, A3 and 96. RGB value is (253,163,150). Sum of RGB (Red+Green+Blue) = 253+163+150=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA396 is #025C69. Grayscale: #BCBCBC. Windows color (decimal): -154730 or 9872381. OLE color: 9872381.
HSL color Cylindrical-coordinate representation of color #FDA396: hue angle of 7.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDA396 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 150 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.01 |
| HSL | 7.57º | 0.96% | 0.79% | - |
| HSV(B) | 7.57º | 0.41% | 0.99% | - |
| XYZ | 59.11 | 49.28 | 35.25 | - |
| YUV | 188.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 150 | 0 | 0.36 | 0.41 | 0.01 | 7.57 | 0.96 | 0.79 |
| Hex | FD | A3 | 96 | 0 | 24 | 29 | 1 | 8 | 60 | 4F |
| Octal | 375 | 243 | 226 | 0 | 44 | 51 | 1 | 10 | 140 | 117 |
| Binary | 11111101 | 10100011 | 10010110 | 0 | 100100 | 101001 | 1 | 1000 | 1100000 | 1001111 |
Color Harmonies of #FDA396
Complementary color
Monochromatic Colors of #FDA396
Black with #FDA396
Text Example
Text Example
White with #FDA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA396; }
p { color: rgb(253,163,150); }
H1.HeaderClassName
{
color: #FDA396;
}
.AnyTagClassName
{
color: #FDA396;
}
</style>
background-color css
<style>
a { background-color: #FDA396; }
a { background-color: rgb(253,163,150); }
div.DivClassName
{
background-color: #FDA396;
}
.BgClassName
{
background-color: #FDA396;
}
</style>
border-color css
<style>
span { border-color: #FDA396; }
span { border-color: rgb(253,163,150); }
td.TdClassName
{
border-color: #FDA396;
}
.TagClassName
{
border-color: #FDA396;
}
</style>