Shades of Rose Bud #FDA68E
Tints of Rose Bud #FDA68E
RGB
CMYK
RGB Variations
Color information
#FDA68E (or 0xFDA68E) is known color: Rose Bud. HEX triplet: FD, A6 and 8E. RGB value is (253,166,142). Sum of RGB (Red+Green+Blue) = 253+166+142=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68E is #025971. Grayscale: #BDBDBD. Windows color (decimal): -153970 or 9348861. OLE color: 9348861.
HSL color Cylindrical-coordinate representation of color #FDA68E: hue angle of 12.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDA68E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 142 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.01 |
| HSL | 12.97º | 0.97% | 0.77% | - |
| HSV(B) | 12.97º | 0.44% | 0.99% | - |
| XYZ | 59.03 | 50.11 | 32.15 | - |
| YUV | 189.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 142 | 0 | 0.34 | 0.44 | 0.01 | 12.97 | 0.97 | 0.77 |
| Hex | FD | A6 | 8E | 0 | 22 | 2C | 1 | D | 61 | 4D |
| Octal | 375 | 246 | 216 | 0 | 42 | 54 | 1 | 15 | 141 | 115 |
| Binary | 11111101 | 10100110 | 10001110 | 0 | 100010 | 101100 | 1 | 1101 | 1100001 | 1001101 |
Color Harmonies of #FDA68E
Complementary color
Monochromatic Colors of #FDA68E
Black with #FDA68E
Text Example
Text Example
White with #FDA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA68E; }
p { color: rgb(253,166,142); }
H1.HeaderClassName
{
color: #FDA68E;
}
.AnyTagClassName
{
color: #FDA68E;
}
</style>
background-color css
<style>
a { background-color: #FDA68E; }
a { background-color: rgb(253,166,142); }
div.DivClassName
{
background-color: #FDA68E;
}
.BgClassName
{
background-color: #FDA68E;
}
</style>
border-color css
<style>
span { border-color: #FDA68E; }
span { border-color: rgb(253,166,142); }
td.TdClassName
{
border-color: #FDA68E;
}
.TagClassName
{
border-color: #FDA68E;
}
</style>