Shades of Rose Bud #FDA992
Tints of Rose Bud #FDA992
RGB
CMYK
RGB Variations
Color information
#FDA992 (or 0xFDA992) is known color: Rose Bud. HEX triplet: FD, A9 and 92. RGB value is (253,169,146). Sum of RGB (Red+Green+Blue) = 253+169+146=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA992 is #02566D. Grayscale: #BFBFBF. Windows color (decimal): -153198 or 9611773. OLE color: 9611773.
HSL color Cylindrical-coordinate representation of color #FDA992: hue angle of 12.9º 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 #FDA992 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 146 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.01 |
| HSL | 12.9º | 0.96% | 0.78% | - |
| HSV(B) | 12.9º | 0.42% | 0.99% | - |
| XYZ | 59.88 | 51.33 | 33.95 | - |
| YUV | 191.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 146 | 0 | 0.33 | 0.42 | 0.01 | 12.9 | 0.96 | 0.78 |
| Hex | FD | A9 | 92 | 0 | 21 | 2A | 1 | D | 60 | 4E |
| Octal | 375 | 251 | 222 | 0 | 41 | 52 | 1 | 15 | 140 | 116 |
| Binary | 11111101 | 10101001 | 10010010 | 0 | 100001 | 101010 | 1 | 1101 | 1100000 | 1001110 |
Color Harmonies of #FDA992
Complementary color
Monochromatic Colors of #FDA992
Black with #FDA992
Text Example
Text Example
White with #FDA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA992; }
p { color: rgb(253,169,146); }
H1.HeaderClassName
{
color: #FDA992;
}
.AnyTagClassName
{
color: #FDA992;
}
</style>
background-color css
<style>
a { background-color: #FDA992; }
a { background-color: rgb(253,169,146); }
div.DivClassName
{
background-color: #FDA992;
}
.BgClassName
{
background-color: #FDA992;
}
</style>
border-color css
<style>
span { border-color: #FDA992; }
span { border-color: rgb(253,169,146); }
td.TdClassName
{
border-color: #FDA992;
}
.TagClassName
{
border-color: #FDA992;
}
</style>