Shades of Rose Bud #FDB299
Tints of Rose Bud #FDB299
RGB
CMYK
RGB Variations
Color information
#FDB299 (or 0xFDB299) is known color: Rose Bud. HEX triplet: FD, B2 and 99. RGB value is (253,178,153). Sum of RGB (Red+Green+Blue) = 253+178+153=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB299 is #024D66. Grayscale: #C5C5C5. Windows color (decimal): -150887 or 10072829. OLE color: 10072829.
HSL color Cylindrical-coordinate representation of color #FDB299: hue angle of 15º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB299 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 153 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 15º | 0.96% | 0.8% | - |
| HSV(B) | 15º | 0.4% | 0.99% | - |
| XYZ | 62.18 | 55.02 | 37.48 | - |
| YUV | 197.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 153 | 0 | 0.30 | 0.40 | 0.01 | 15 | 0.96 | 0.8 |
| Hex | FD | B2 | 99 | 0 | 1E | 28 | 1 | F | 60 | 50 |
| Octal | 375 | 262 | 231 | 0 | 36 | 50 | 1 | 17 | 140 | 120 |
| Binary | 11111101 | 10110010 | 10011001 | 0 | 11110 | 101000 | 1 | 1111 | 1100000 | 1010000 |
Color Harmonies of #FDB299
Complementary color
Monochromatic Colors of #FDB299
Black with #FDB299
Text Example
Text Example
White with #FDB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB299; }
p { color: rgb(253,178,153); }
H1.HeaderClassName
{
color: #FDB299;
}
.AnyTagClassName
{
color: #FDB299;
}
</style>
background-color css
<style>
a { background-color: #FDB299; }
a { background-color: rgb(253,178,153); }
div.DivClassName
{
background-color: #FDB299;
}
.BgClassName
{
background-color: #FDB299;
}
</style>
border-color css
<style>
span { border-color: #FDB299; }
span { border-color: rgb(253,178,153); }
td.TdClassName
{
border-color: #FDB299;
}
.TagClassName
{
border-color: #FDB299;
}
</style>