Shades of Rose Bud #FDA892
Tints of Rose Bud #FDA892
RGB
CMYK
RGB Variations
Color information
#FDA892 (or 0xFDA892) is known color: Rose Bud. HEX triplet: FD, A8 and 92. RGB value is (253,168,146). Sum of RGB (Red+Green+Blue) = 253+168+146=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA892 is #02576D. Grayscale: #BFBFBF. Windows color (decimal): -153454 or 9611517. OLE color: 9611517.
HSL color Cylindrical-coordinate representation of color #FDA892: hue angle of 12.34º 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 #FDA892 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 146 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.01 |
| HSL | 12.34º | 0.96% | 0.78% | - |
| HSV(B) | 12.34º | 0.42% | 0.99% | - |
| XYZ | 59.7 | 50.96 | 33.88 | - |
| YUV | 190.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 146 | 0 | 0.34 | 0.42 | 0.01 | 12.34 | 0.96 | 0.78 |
| Hex | FD | A8 | 92 | 0 | 22 | 2A | 1 | C | 60 | 4E |
| Octal | 375 | 250 | 222 | 0 | 42 | 52 | 1 | 14 | 140 | 116 |
| Binary | 11111101 | 10101000 | 10010010 | 0 | 100010 | 101010 | 1 | 1100 | 1100000 | 1001110 |
Color Harmonies of #FDA892
Complementary color
Monochromatic Colors of #FDA892
Black with #FDA892
Text Example
Text Example
White with #FDA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA892; }
p { color: rgb(253,168,146); }
H1.HeaderClassName
{
color: #FDA892;
}
.AnyTagClassName
{
color: #FDA892;
}
</style>
background-color css
<style>
a { background-color: #FDA892; }
a { background-color: rgb(253,168,146); }
div.DivClassName
{
background-color: #FDA892;
}
.BgClassName
{
background-color: #FDA892;
}
</style>
border-color css
<style>
span { border-color: #FDA892; }
span { border-color: rgb(253,168,146); }
td.TdClassName
{
border-color: #FDA892;
}
.TagClassName
{
border-color: #FDA892;
}
</style>