Shades of Rose Bud #FDA891
Tints of Rose Bud #FDA891
RGB
CMYK
RGB Variations
Color information
#FDA891 (or 0xFDA891) is known color: Rose Bud. HEX triplet: FD, A8 and 91. RGB value is (253,168,145). Sum of RGB (Red+Green+Blue) = 253+168+145=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA891 is #02576E. Grayscale: #BEBEBE. Windows color (decimal): -153455 or 9545981. OLE color: 9545981.
HSL color Cylindrical-coordinate representation of color #FDA891: hue angle of 12.78º 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 #FDA891 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 145 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 12.78º | 0.96% | 0.78% | - |
| HSV(B) | 12.78º | 0.43% | 0.99% | - |
| XYZ | 59.62 | 50.93 | 33.48 | - |
| YUV | 190.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 145 | 0 | 0.34 | 0.43 | 0.01 | 12.78 | 0.96 | 0.78 |
| Hex | FD | A8 | 91 | 0 | 22 | 2B | 1 | D | 60 | 4E |
| Octal | 375 | 250 | 221 | 0 | 42 | 53 | 1 | 15 | 140 | 116 |
| Binary | 11111101 | 10101000 | 10010001 | 0 | 100010 | 101011 | 1 | 1101 | 1100000 | 1001110 |
Color Harmonies of #FDA891
Complementary color
Monochromatic Colors of #FDA891
Black with #FDA891
Text Example
Text Example
White with #FDA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA891; }
p { color: rgb(253,168,145); }
H1.HeaderClassName
{
color: #FDA891;
}
.AnyTagClassName
{
color: #FDA891;
}
</style>
background-color css
<style>
a { background-color: #FDA891; }
a { background-color: rgb(253,168,145); }
div.DivClassName
{
background-color: #FDA891;
}
.BgClassName
{
background-color: #FDA891;
}
</style>
border-color css
<style>
span { border-color: #FDA891; }
span { border-color: rgb(253,168,145); }
td.TdClassName
{
border-color: #FDA891;
}
.TagClassName
{
border-color: #FDA891;
}
</style>