Shades of Rose Bud #FDB19F
Tints of Rose Bud #FDB19F
RGB
CMYK
RGB Variations
Color information
#FDB19F (or 0xFDB19F) is known color: Rose Bud. HEX triplet: FD, B1 and 9F. RGB value is (253,177,159). Sum of RGB (Red+Green+Blue) = 253+177+159=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB19F is #024E60. Grayscale: #C5C5C5. Windows color (decimal): -151137 or 10465789. OLE color: 10465789.
HSL color Cylindrical-coordinate representation of color #FDB19F: hue angle of 11.49º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDB19F is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 159 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.01 |
| HSL | 11.49º | 0.96% | 0.81% | - |
| HSV(B) | 11.49º | 0.37% | 0.99% | - |
| XYZ | 62.49 | 54.83 | 40.09 | - |
| YUV | 197.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 159 | 0 | 0.30 | 0.37 | 0.01 | 11.49 | 0.96 | 0.81 |
| Hex | FD | B1 | 9F | 0 | 1E | 25 | 1 | B | 60 | 51 |
| Octal | 375 | 261 | 237 | 0 | 36 | 45 | 1 | 13 | 140 | 121 |
| Binary | 11111101 | 10110001 | 10011111 | 0 | 11110 | 100101 | 1 | 1011 | 1100000 | 1010001 |
Color Harmonies of #FDB19F
Complementary color
Monochromatic Colors of #FDB19F
Black with #FDB19F
Text Example
Text Example
White with #FDB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB19F; }
p { color: rgb(253,177,159); }
H1.HeaderClassName
{
color: #FDB19F;
}
.AnyTagClassName
{
color: #FDB19F;
}
</style>
background-color css
<style>
a { background-color: #FDB19F; }
a { background-color: rgb(253,177,159); }
div.DivClassName
{
background-color: #FDB19F;
}
.BgClassName
{
background-color: #FDB19F;
}
</style>
border-color css
<style>
span { border-color: #FDB19F; }
span { border-color: rgb(253,177,159); }
td.TdClassName
{
border-color: #FDB19F;
}
.TagClassName
{
border-color: #FDB19F;
}
</style>