Shades of Rose Bud #FDA88F
Tints of Rose Bud #FDA88F
RGB
CMYK
RGB Variations
Color information
#FDA88F (or 0xFDA88F) is known color: Rose Bud. HEX triplet: FD, A8 and 8F. RGB value is (253,168,143). Sum of RGB (Red+Green+Blue) = 253+168+143=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88F is #025770. Grayscale: #BEBEBE. Windows color (decimal): -153457 or 9414909. OLE color: 9414909.
HSL color Cylindrical-coordinate representation of color #FDA88F: hue angle of 13.64º 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 #FDA88F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 143 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 13.64º | 0.96% | 0.78% | - |
| HSV(B) | 13.64º | 0.43% | 0.99% | - |
| XYZ | 59.47 | 50.87 | 32.67 | - |
| YUV | 190.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 143 | 0 | 0.34 | 0.43 | 0.01 | 13.64 | 0.96 | 0.78 |
| Hex | FD | A8 | 8F | 0 | 22 | 2B | 1 | E | 60 | 4E |
| Octal | 375 | 250 | 217 | 0 | 42 | 53 | 1 | 16 | 140 | 116 |
| Binary | 11111101 | 10101000 | 10001111 | 0 | 100010 | 101011 | 1 | 1110 | 1100000 | 1001110 |
Color Harmonies of #FDA88F
Complementary color
Monochromatic Colors of #FDA88F
Black with #FDA88F
Text Example
Text Example
White with #FDA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA88F; }
p { color: rgb(253,168,143); }
H1.HeaderClassName
{
color: #FDA88F;
}
.AnyTagClassName
{
color: #FDA88F;
}
</style>
background-color css
<style>
a { background-color: #FDA88F; }
a { background-color: rgb(253,168,143); }
div.DivClassName
{
background-color: #FDA88F;
}
.BgClassName
{
background-color: #FDA88F;
}
</style>
border-color css
<style>
span { border-color: #FDA88F; }
span { border-color: rgb(253,168,143); }
td.TdClassName
{
border-color: #FDA88F;
}
.TagClassName
{
border-color: #FDA88F;
}
</style>