Shades of Rose Bud #FDA69C
Tints of Rose Bud #FDA69C
RGB
CMYK
RGB Variations
Color information
#FDA69C (or 0xFDA69C) is known color: Rose Bud. HEX triplet: FD, A6 and 9C. RGB value is (253,166,156). Sum of RGB (Red+Green+Blue) = 253+166+156=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA69C is #025963. Grayscale: #BEBEBE. Windows color (decimal): -153956 or 10266365. OLE color: 10266365.
HSL color Cylindrical-coordinate representation of color #FDA69C: hue angle of 6.19º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDA69C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 156 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.01 |
| HSL | 6.19º | 0.96% | 0.8% | - |
| HSV(B) | 6.19º | 0.38% | 0.99% | - |
| XYZ | 60.14 | 50.56 | 38.04 | - |
| YUV | 190.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 156 | 0 | 0.34 | 0.38 | 0.01 | 6.19 | 0.96 | 0.8 |
| Hex | FD | A6 | 9C | 0 | 22 | 26 | 1 | 6 | 60 | 50 |
| Octal | 375 | 246 | 234 | 0 | 42 | 46 | 1 | 6 | 140 | 120 |
| Binary | 11111101 | 10100110 | 10011100 | 0 | 100010 | 100110 | 1 | 110 | 1100000 | 1010000 |
Color Harmonies of #FDA69C
Complementary color
Monochromatic Colors of #FDA69C
Black with #FDA69C
Text Example
Text Example
White with #FDA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA69C; }
p { color: rgb(253,166,156); }
H1.HeaderClassName
{
color: #FDA69C;
}
.AnyTagClassName
{
color: #FDA69C;
}
</style>
background-color css
<style>
a { background-color: #FDA69C; }
a { background-color: rgb(253,166,156); }
div.DivClassName
{
background-color: #FDA69C;
}
.BgClassName
{
background-color: #FDA69C;
}
</style>
border-color css
<style>
span { border-color: #FDA69C; }
span { border-color: rgb(253,166,156); }
td.TdClassName
{
border-color: #FDA69C;
}
.TagClassName
{
border-color: #FDA69C;
}
</style>