Shades of Rose Bud #FDA492
Tints of Rose Bud #FDA492
RGB
CMYK
RGB Variations
Color information
#FDA492 (or 0xFDA492) is known color: Rose Bud. HEX triplet: FD, A4 and 92. RGB value is (253,164,146). Sum of RGB (Red+Green+Blue) = 253+164+146=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA492 is #025B6D. Grayscale: #BCBCBC. Windows color (decimal): -154478 or 9610493. OLE color: 9610493.
HSL color Cylindrical-coordinate representation of color #FDA492: hue angle of 10.09º 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 #FDA492 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 146 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.01 |
| HSL | 10.09º | 0.96% | 0.78% | - |
| HSV(B) | 10.09º | 0.42% | 0.99% | - |
| XYZ | 58.97 | 49.51 | 33.64 | - |
| YUV | 188.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 146 | 0 | 0.35 | 0.42 | 0.01 | 10.09 | 0.96 | 0.78 |
| Hex | FD | A4 | 92 | 0 | 23 | 2A | 1 | A | 60 | 4E |
| Octal | 375 | 244 | 222 | 0 | 43 | 52 | 1 | 12 | 140 | 116 |
| Binary | 11111101 | 10100100 | 10010010 | 0 | 100011 | 101010 | 1 | 1010 | 1100000 | 1001110 |
Color Harmonies of #FDA492
Complementary color
Monochromatic Colors of #FDA492
Black with #FDA492
Text Example
Text Example
White with #FDA492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA492; }
p { color: rgb(253,164,146); }
H1.HeaderClassName
{
color: #FDA492;
}
.AnyTagClassName
{
color: #FDA492;
}
</style>
background-color css
<style>
a { background-color: #FDA492; }
a { background-color: rgb(253,164,146); }
div.DivClassName
{
background-color: #FDA492;
}
.BgClassName
{
background-color: #FDA492;
}
</style>
border-color css
<style>
span { border-color: #FDA492; }
span { border-color: rgb(253,164,146); }
td.TdClassName
{
border-color: #FDA492;
}
.TagClassName
{
border-color: #FDA492;
}
</style>