Shades of Rose Bud #FAA19D
Tints of Rose Bud #FAA19D
RGB
CMYK
RGB Variations
Color information
#FAA19D (or 0xFAA19D) is known color: Rose Bud. HEX triplet: FA, A1 and 9D. RGB value is (250,161,157). Sum of RGB (Red+Green+Blue) = 250+161+157=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA19D is #055E62. Grayscale: #BBBBBB. Windows color (decimal): -351843 or 10330618. OLE color: 10330618.
HSL color Cylindrical-coordinate representation of color #FAA19D: hue angle of 2.58º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAA19D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 157 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.02 |
| HSL | 2.58º | 0.9% | 0.8% | - |
| HSV(B) | 2.58º | 0.37% | 0.98% | - |
| XYZ | 58.26 | 48.25 | 38.14 | - |
| YUV | 187.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 157 | 0 | 0.36 | 0.37 | 0.02 | 2.58 | 0.9 | 0.8 |
| Hex | FA | A1 | 9D | 0 | 24 | 25 | 2 | 3 | 5A | 50 |
| Octal | 372 | 241 | 235 | 0 | 44 | 45 | 2 | 3 | 132 | 120 |
| Binary | 11111010 | 10100001 | 10011101 | 0 | 100100 | 100101 | 10 | 11 | 1011010 | 1010000 |
Color Harmonies of #FAA19D
Complementary color
Monochromatic Colors of #FAA19D
Black with #FAA19D
Text Example
Text Example
White with #FAA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA19D; }
p { color: rgb(250,161,157); }
H1.HeaderClassName
{
color: #FAA19D;
}
.AnyTagClassName
{
color: #FAA19D;
}
</style>
background-color css
<style>
a { background-color: #FAA19D; }
a { background-color: rgb(250,161,157); }
div.DivClassName
{
background-color: #FAA19D;
}
.BgClassName
{
background-color: #FAA19D;
}
</style>
border-color css
<style>
span { border-color: #FAA19D; }
span { border-color: rgb(250,161,157); }
td.TdClassName
{
border-color: #FAA19D;
}
.TagClassName
{
border-color: #FAA19D;
}
</style>