Shades of Rose Bud #FDA88C
Tints of Rose Bud #FDA88C
RGB
CMYK
RGB Variations
Color information
#FDA88C (or 0xFDA88C) is known color: Rose Bud. HEX triplet: FD, A8 and 8C. RGB value is (253,168,140). Sum of RGB (Red+Green+Blue) = 253+168+140=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88C is #025773. Grayscale: #BEBEBE. Windows color (decimal): -153460 or 9218301. OLE color: 9218301.
HSL color Cylindrical-coordinate representation of color #FDA88C: hue angle of 14.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDA88C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 140 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.01 |
| HSL | 14.87º | 0.97% | 0.77% | - |
| HSV(B) | 14.87º | 0.45% | 0.99% | - |
| XYZ | 59.24 | 50.78 | 31.49 | - |
| YUV | 190.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 140 | 0 | 0.34 | 0.45 | 0.01 | 14.87 | 0.97 | 0.77 |
| Hex | FD | A8 | 8C | 0 | 22 | 2D | 1 | F | 61 | 4D |
| Octal | 375 | 250 | 214 | 0 | 42 | 55 | 1 | 17 | 141 | 115 |
| Binary | 11111101 | 10101000 | 10001100 | 0 | 100010 | 101101 | 1 | 1111 | 1100001 | 1001101 |
Color Harmonies of #FDA88C
Complementary color
Monochromatic Colors of #FDA88C
Black with #FDA88C
Text Example
Text Example
White with #FDA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA88C; }
p { color: rgb(253,168,140); }
H1.HeaderClassName
{
color: #FDA88C;
}
.AnyTagClassName
{
color: #FDA88C;
}
</style>
background-color css
<style>
a { background-color: #FDA88C; }
a { background-color: rgb(253,168,140); }
div.DivClassName
{
background-color: #FDA88C;
}
.BgClassName
{
background-color: #FDA88C;
}
</style>
border-color css
<style>
span { border-color: #FDA88C; }
span { border-color: rgb(253,168,140); }
td.TdClassName
{
border-color: #FDA88C;
}
.TagClassName
{
border-color: #FDA88C;
}
</style>