Shades of Rose Bud #FDA99A
Tints of Rose Bud #FDA99A
RGB
CMYK
RGB Variations
Color information
#FDA99A (or 0xFDA99A) is known color: Rose Bud. HEX triplet: FD, A9 and 9A. RGB value is (253,169,154). Sum of RGB (Red+Green+Blue) = 253+169+154=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA99A is #025665. Grayscale: #C0C0C0. Windows color (decimal): -153190 or 10136061. OLE color: 10136061.
HSL color Cylindrical-coordinate representation of color #FDA99A: hue angle of 9.09º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDA99A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 154 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.01 |
| HSL | 9.09º | 0.96% | 0.8% | - |
| HSV(B) | 9.09º | 0.39% | 0.99% | - |
| XYZ | 60.53 | 51.59 | 37.34 | - |
| YUV | 192.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 154 | 0 | 0.33 | 0.39 | 0.01 | 9.09 | 0.96 | 0.8 |
| Hex | FD | A9 | 9A | 0 | 21 | 27 | 1 | 9 | 60 | 50 |
| Octal | 375 | 251 | 232 | 0 | 41 | 47 | 1 | 11 | 140 | 120 |
| Binary | 11111101 | 10101001 | 10011010 | 0 | 100001 | 100111 | 1 | 1001 | 1100000 | 1010000 |
Color Harmonies of #FDA99A
Complementary color
Monochromatic Colors of #FDA99A
Black with #FDA99A
Text Example
Text Example
White with #FDA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA99A; }
p { color: rgb(253,169,154); }
H1.HeaderClassName
{
color: #FDA99A;
}
.AnyTagClassName
{
color: #FDA99A;
}
</style>
background-color css
<style>
a { background-color: #FDA99A; }
a { background-color: rgb(253,169,154); }
div.DivClassName
{
background-color: #FDA99A;
}
.BgClassName
{
background-color: #FDA99A;
}
</style>
border-color css
<style>
span { border-color: #FDA99A; }
span { border-color: rgb(253,169,154); }
td.TdClassName
{
border-color: #FDA99A;
}
.TagClassName
{
border-color: #FDA99A;
}
</style>