Shades of Rose Bud #FDAA8F
Tints of Rose Bud #FDAA8F
RGB
CMYK
RGB Variations
Color information
#FDAA8F (or 0xFDAA8F) is known color: Rose Bud. HEX triplet: FD, AA and 8F. RGB value is (253,170,143). Sum of RGB (Red+Green+Blue) = 253+170+143=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA8F is #025570. Grayscale: #BFBFBF. Windows color (decimal): -152945 or 9415421. OLE color: 9415421.
HSL color Cylindrical-coordinate representation of color #FDAA8F: hue angle of 14.73º 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 #FDAA8F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 143 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.01 |
| HSL | 14.73º | 0.96% | 0.78% | - |
| HSV(B) | 14.73º | 0.43% | 0.99% | - |
| XYZ | 59.84 | 51.62 | 32.8 | - |
| YUV | 191.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 143 | 0 | 0.33 | 0.43 | 0.01 | 14.73 | 0.96 | 0.78 |
| Hex | FD | AA | 8F | 0 | 21 | 2B | 1 | F | 60 | 4E |
| Octal | 375 | 252 | 217 | 0 | 41 | 53 | 1 | 17 | 140 | 116 |
| Binary | 11111101 | 10101010 | 10001111 | 0 | 100001 | 101011 | 1 | 1111 | 1100000 | 1001110 |
Color Harmonies of #FDAA8F
Complementary color
Monochromatic Colors of #FDAA8F
Black with #FDAA8F
Text Example
Text Example
White with #FDAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA8F; }
p { color: rgb(253,170,143); }
H1.HeaderClassName
{
color: #FDAA8F;
}
.AnyTagClassName
{
color: #FDAA8F;
}
</style>
background-color css
<style>
a { background-color: #FDAA8F; }
a { background-color: rgb(253,170,143); }
div.DivClassName
{
background-color: #FDAA8F;
}
.BgClassName
{
background-color: #FDAA8F;
}
</style>
border-color css
<style>
span { border-color: #FDAA8F; }
span { border-color: rgb(253,170,143); }
td.TdClassName
{
border-color: #FDAA8F;
}
.TagClassName
{
border-color: #FDAA8F;
}
</style>