Shades of Rose Bud #FDB093
Tints of Rose Bud #FDB093
RGB
CMYK
RGB Variations
Color information
#FDB093 (or 0xFDB093) is known color: Rose Bud. HEX triplet: FD, B0 and 93. RGB value is (253,176,147). Sum of RGB (Red+Green+Blue) = 253+176+147=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB093 is #024F6C. Grayscale: #C3C3C3. Windows color (decimal): -151405 or 9679101. OLE color: 9679101.
HSL color Cylindrical-coordinate representation of color #FDB093: hue angle of 16.42º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB093 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 147 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 16.42º | 0.96% | 0.78% | - |
| HSV(B) | 16.42º | 0.42% | 0.99% | - |
| XYZ | 61.3 | 54.04 | 34.8 | - |
| YUV | 195.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 147 | 0 | 0.30 | 0.42 | 0.01 | 16.42 | 0.96 | 0.78 |
| Hex | FD | B0 | 93 | 0 | 1E | 2A | 1 | 10 | 60 | 4E |
| Octal | 375 | 260 | 223 | 0 | 36 | 52 | 1 | 20 | 140 | 116 |
| Binary | 11111101 | 10110000 | 10010011 | 0 | 11110 | 101010 | 1 | 10000 | 1100000 | 1001110 |
Color Harmonies of #FDB093
Complementary color
Monochromatic Colors of #FDB093
Black with #FDB093
Text Example
Text Example
White with #FDB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB093; }
p { color: rgb(253,176,147); }
H1.HeaderClassName
{
color: #FDB093;
}
.AnyTagClassName
{
color: #FDB093;
}
</style>
background-color css
<style>
a { background-color: #FDB093; }
a { background-color: rgb(253,176,147); }
div.DivClassName
{
background-color: #FDB093;
}
.BgClassName
{
background-color: #FDB093;
}
</style>
border-color css
<style>
span { border-color: #FDB093; }
span { border-color: rgb(253,176,147); }
td.TdClassName
{
border-color: #FDB093;
}
.TagClassName
{
border-color: #FDB093;
}
</style>