Shades of Rose Bud #FDA09A
Tints of Rose Bud #FDA09A
RGB
CMYK
RGB Variations
Color information
#FDA09A (or 0xFDA09A) is known color: Rose Bud. HEX triplet: FD, A0 and 9A. RGB value is (253,160,154). Sum of RGB (Red+Green+Blue) = 253+160+154=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA09A is #025F65. Grayscale: #BBBBBB. Windows color (decimal): -155494 or 10133757. OLE color: 10133757.
HSL color Cylindrical-coordinate representation of color #FDA09A: hue angle of 3.64º 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 #FDA09A is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 154 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.01 |
| HSL | 3.64º | 0.96% | 0.8% | - |
| HSV(B) | 3.64º | 0.39% | 0.99% | - |
| XYZ | 58.91 | 48.36 | 36.8 | - |
| YUV | 187.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 154 | 0 | 0.37 | 0.39 | 0.01 | 3.64 | 0.96 | 0.8 |
| Hex | FD | A0 | 9A | 0 | 25 | 27 | 1 | 4 | 60 | 50 |
| Octal | 375 | 240 | 232 | 0 | 45 | 47 | 1 | 4 | 140 | 120 |
| Binary | 11111101 | 10100000 | 10011010 | 0 | 100101 | 100111 | 1 | 100 | 1100000 | 1010000 |
Color Harmonies of #FDA09A
Complementary color
Monochromatic Colors of #FDA09A
Black with #FDA09A
Text Example
Text Example
White with #FDA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA09A; }
p { color: rgb(253,160,154); }
H1.HeaderClassName
{
color: #FDA09A;
}
.AnyTagClassName
{
color: #FDA09A;
}
</style>
background-color css
<style>
a { background-color: #FDA09A; }
a { background-color: rgb(253,160,154); }
div.DivClassName
{
background-color: #FDA09A;
}
.BgClassName
{
background-color: #FDA09A;
}
</style>
border-color css
<style>
span { border-color: #FDA09A; }
span { border-color: rgb(253,160,154); }
td.TdClassName
{
border-color: #FDA09A;
}
.TagClassName
{
border-color: #FDA09A;
}
</style>