Shades of Rose Bud #FDB094
Tints of Rose Bud #FDB094
RGB
CMYK
RGB Variations
Color information
#FDB094 (or 0xFDB094) is known color: Rose Bud. HEX triplet: FD, B0 and 94. RGB value is (253,176,148). Sum of RGB (Red+Green+Blue) = 253+176+148=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB094 is #024F6B. Grayscale: #C4C4C4. Windows color (decimal): -151404 or 9744637. OLE color: 9744637.
HSL color Cylindrical-coordinate representation of color #FDB094: hue angle of 16º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB094 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 148 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 16º | 0.96% | 0.79% | - |
| HSV(B) | 16º | 0.42% | 0.99% | - |
| XYZ | 61.38 | 54.07 | 35.22 | - |
| YUV | 195.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 148 | 0 | 0.30 | 0.42 | 0.01 | 16 | 0.96 | 0.79 |
| Hex | FD | B0 | 94 | 0 | 1E | 2A | 1 | 10 | 60 | 4F |
| Octal | 375 | 260 | 224 | 0 | 36 | 52 | 1 | 20 | 140 | 117 |
| Binary | 11111101 | 10110000 | 10010100 | 0 | 11110 | 101010 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB094
Complementary color
Monochromatic Colors of #FDB094
Black with #FDB094
Text Example
Text Example
White with #FDB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB094; }
p { color: rgb(253,176,148); }
H1.HeaderClassName
{
color: #FDB094;
}
.AnyTagClassName
{
color: #FDB094;
}
</style>
background-color css
<style>
a { background-color: #FDB094; }
a { background-color: rgb(253,176,148); }
div.DivClassName
{
background-color: #FDB094;
}
.BgClassName
{
background-color: #FDB094;
}
</style>
border-color css
<style>
span { border-color: #FDB094; }
span { border-color: rgb(253,176,148); }
td.TdClassName
{
border-color: #FDB094;
}
.TagClassName
{
border-color: #FDB094;
}
</style>