Shades of Rose Bud #FDAE8D
Tints of Rose Bud #FDAE8D
RGB
CMYK
RGB Variations
Color information
#FDAE8D (or 0xFDAE8D) is known color: Rose Bud. HEX triplet: FD, AE and 8D. RGB value is (253,174,141). Sum of RGB (Red+Green+Blue) = 253+174+141=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAE8D is #025172. Grayscale: #C2C2C2. Windows color (decimal): -151923 or 9285373. OLE color: 9285373.
HSL color Cylindrical-coordinate representation of color #FDAE8D: hue angle of 17.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDAE8D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 141 | - |
CMYK | 0 | 0.31 | 0.44 | 0.01 |
HSL | 17.68º | 0.97% | 0.77% | - |
HSV(B) | 17.68º | 0.44% | 0.99% | - |
XYZ | 60.45 | 53.08 | 32.26 | - |
YUV | 193.86 | 98.17 | 170.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 141 | 0 | 0.31 | 0.44 | 0.01 | 17.68 | 0.97 | 0.77 |
Hex | FD | AE | 8D | 0 | 1F | 2C | 1 | 12 | 61 | 4D |
Octal | 375 | 256 | 215 | 0 | 37 | 54 | 1 | 22 | 141 | 115 |
Binary | 11111101 | 10101110 | 10001101 | 0 | 11111 | 101100 | 1 | 10010 | 1100001 | 1001101 |
Color Harmonies of #FDAE8D
Complementary color
Monochromatic Colors of #FDAE8D
Black with #FDAE8D
Text Example
Text Example
White with #FDAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAE8D; }
p { color: rgb(253,174,141); }
H1.HeaderClassName
{
color: #FDAE8D;
}
.AnyTagClassName
{
color: #FDAE8D;
}
</style>
background-color css
<style>
a { background-color: #FDAE8D; }
a { background-color: rgb(253,174,141); }
div.DivClassName
{
background-color: #FDAE8D;
}
.BgClassName
{
background-color: #FDAE8D;
}
</style>
border-color css
<style>
span { border-color: #FDAE8D; }
span { border-color: rgb(253,174,141); }
td.TdClassName
{
border-color: #FDAE8D;
}
.TagClassName
{
border-color: #FDAE8D;
}
</style>