Shades of Rose Bud #FDA692
Tints of Rose Bud #FDA692
RGB
CMYK
RGB Variations
Color information
#FDA692 (or 0xFDA692) is known color: Rose Bud. HEX triplet: FD, A6 and 92. RGB value is (253,166,146). Sum of RGB (Red+Green+Blue) = 253+166+146=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA692 is #02596D. Grayscale: #BDBDBD. Windows color (decimal): -153966 or 9611005. OLE color: 9611005.
HSL color Cylindrical-coordinate representation of color #FDA692: hue angle of 11.21º 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 #FDA692 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 146 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.01 |
| HSL | 11.21º | 0.96% | 0.78% | - |
| HSV(B) | 11.21º | 0.42% | 0.99% | - |
| XYZ | 59.33 | 50.23 | 33.76 | - |
| YUV | 189.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 146 | 0 | 0.34 | 0.42 | 0.01 | 11.21 | 0.96 | 0.78 |
| Hex | FD | A6 | 92 | 0 | 22 | 2A | 1 | B | 60 | 4E |
| Octal | 375 | 246 | 222 | 0 | 42 | 52 | 1 | 13 | 140 | 116 |
| Binary | 11111101 | 10100110 | 10010010 | 0 | 100010 | 101010 | 1 | 1011 | 1100000 | 1001110 |
Color Harmonies of #FDA692
Complementary color
Monochromatic Colors of #FDA692
Black with #FDA692
Text Example
Text Example
White with #FDA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA692; }
p { color: rgb(253,166,146); }
H1.HeaderClassName
{
color: #FDA692;
}
.AnyTagClassName
{
color: #FDA692;
}
</style>
background-color css
<style>
a { background-color: #FDA692; }
a { background-color: rgb(253,166,146); }
div.DivClassName
{
background-color: #FDA692;
}
.BgClassName
{
background-color: #FDA692;
}
</style>
border-color css
<style>
span { border-color: #FDA692; }
span { border-color: rgb(253,166,146); }
td.TdClassName
{
border-color: #FDA692;
}
.TagClassName
{
border-color: #FDA692;
}
</style>