Shades of Rose Bud #FDA68F
Tints of Rose Bud #FDA68F
RGB
CMYK
RGB Variations
Color information
#FDA68F (or 0xFDA68F) is known color: Rose Bud. HEX triplet: FD, A6 and 8F. RGB value is (253,166,143). Sum of RGB (Red+Green+Blue) = 253+166+143=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68F is #025970. Grayscale: #BDBDBD. Windows color (decimal): -153969 or 9414397. OLE color: 9414397.
HSL color Cylindrical-coordinate representation of color #FDA68F: hue angle of 12.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA68F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 143 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 12.55º | 0.96% | 0.78% | - |
| HSV(B) | 12.55º | 0.43% | 0.99% | - |
| XYZ | 59.1 | 50.14 | 32.55 | - |
| YUV | 189.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 143 | 0 | 0.34 | 0.43 | 0.01 | 12.55 | 0.96 | 0.78 |
| Hex | FD | A6 | 8F | 0 | 22 | 2B | 1 | D | 60 | 4E |
| Octal | 375 | 246 | 217 | 0 | 42 | 53 | 1 | 15 | 140 | 116 |
| Binary | 11111101 | 10100110 | 10001111 | 0 | 100010 | 101011 | 1 | 1101 | 1100000 | 1001110 |
Color Harmonies of #FDA68F
Complementary color
Monochromatic Colors of #FDA68F
Black with #FDA68F
Text Example
Text Example
White with #FDA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA68F; }
p { color: rgb(253,166,143); }
H1.HeaderClassName
{
color: #FDA68F;
}
.AnyTagClassName
{
color: #FDA68F;
}
</style>
background-color css
<style>
a { background-color: #FDA68F; }
a { background-color: rgb(253,166,143); }
div.DivClassName
{
background-color: #FDA68F;
}
.BgClassName
{
background-color: #FDA68F;
}
</style>
border-color css
<style>
span { border-color: #FDA68F; }
span { border-color: rgb(253,166,143); }
td.TdClassName
{
border-color: #FDA68F;
}
.TagClassName
{
border-color: #FDA68F;
}
</style>