Shades of Rose Bud #FDAA8C
Tints of Rose Bud #FDAA8C
RGB
CMYK
RGB Variations
Color information
#FDAA8C (or 0xFDAA8C) is known color: Rose Bud. HEX triplet: FD, AA and 8C. RGB value is (253,170,140). Sum of RGB (Red+Green+Blue) = 253+170+140=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA8C is #025573. Grayscale: #BFBFBF. Windows color (decimal): -152948 or 9218813. OLE color: 9218813.
HSL color Cylindrical-coordinate representation of color #FDAA8C: hue angle of 15.93º 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 #FDAA8C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 140 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.01 |
| HSL | 15.93º | 0.97% | 0.77% | - |
| HSV(B) | 15.93º | 0.45% | 0.99% | - |
| XYZ | 59.62 | 51.53 | 31.61 | - |
| YUV | 191.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 140 | 0 | 0.33 | 0.45 | 0.01 | 15.93 | 0.97 | 0.77 |
| Hex | FD | AA | 8C | 0 | 21 | 2D | 1 | 10 | 61 | 4D |
| Octal | 375 | 252 | 214 | 0 | 41 | 55 | 1 | 20 | 141 | 115 |
| Binary | 11111101 | 10101010 | 10001100 | 0 | 100001 | 101101 | 1 | 10000 | 1100001 | 1001101 |
Color Harmonies of #FDAA8C
Complementary color
Monochromatic Colors of #FDAA8C
Black with #FDAA8C
Text Example
Text Example
White with #FDAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA8C; }
p { color: rgb(253,170,140); }
H1.HeaderClassName
{
color: #FDAA8C;
}
.AnyTagClassName
{
color: #FDAA8C;
}
</style>
background-color css
<style>
a { background-color: #FDAA8C; }
a { background-color: rgb(253,170,140); }
div.DivClassName
{
background-color: #FDAA8C;
}
.BgClassName
{
background-color: #FDAA8C;
}
</style>
border-color css
<style>
span { border-color: #FDAA8C; }
span { border-color: rgb(253,170,140); }
td.TdClassName
{
border-color: #FDAA8C;
}
.TagClassName
{
border-color: #FDAA8C;
}
</style>