Shades of Rose Bud #FDA68C
Tints of Rose Bud #FDA68C
RGB
CMYK
RGB Variations
Color information
#FDA68C (or 0xFDA68C) is known color: Rose Bud. HEX triplet: FD, A6 and 8C. RGB value is (253,166,140). Sum of RGB (Red+Green+Blue) = 253+166+140=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68C is #025973. Grayscale: #BDBDBD. Windows color (decimal): -153972 or 9217789. OLE color: 9217789.
HSL color Cylindrical-coordinate representation of color #FDA68C: hue angle of 13.81º 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 #FDA68C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 140 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.01 |
| HSL | 13.81º | 0.97% | 0.77% | - |
| HSV(B) | 13.81º | 0.45% | 0.99% | - |
| XYZ | 58.88 | 50.05 | 31.37 | - |
| YUV | 189.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 140 | 0 | 0.34 | 0.45 | 0.01 | 13.81 | 0.97 | 0.77 |
| Hex | FD | A6 | 8C | 0 | 22 | 2D | 1 | E | 61 | 4D |
| Octal | 375 | 246 | 214 | 0 | 42 | 55 | 1 | 16 | 141 | 115 |
| Binary | 11111101 | 10100110 | 10001100 | 0 | 100010 | 101101 | 1 | 1110 | 1100001 | 1001101 |
Color Harmonies of #FDA68C
Complementary color
Monochromatic Colors of #FDA68C
Black with #FDA68C
Text Example
Text Example
White with #FDA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA68C; }
p { color: rgb(253,166,140); }
H1.HeaderClassName
{
color: #FDA68C;
}
.AnyTagClassName
{
color: #FDA68C;
}
</style>
background-color css
<style>
a { background-color: #FDA68C; }
a { background-color: rgb(253,166,140); }
div.DivClassName
{
background-color: #FDA68C;
}
.BgClassName
{
background-color: #FDA68C;
}
</style>
border-color css
<style>
span { border-color: #FDA68C; }
span { border-color: rgb(253,166,140); }
td.TdClassName
{
border-color: #FDA68C;
}
.TagClassName
{
border-color: #FDA68C;
}
</style>