Shades of Rose Bud #FAA19C
Tints of Rose Bud #FAA19C
RGB
CMYK
RGB Variations
Color information
#FAA19C (or 0xFAA19C) is known color: Rose Bud. HEX triplet: FA, A1 and 9C. RGB value is (250,161,156). Sum of RGB (Red+Green+Blue) = 250+161+156=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA19C is #055E63. Grayscale: #BBBBBB. Windows color (decimal): -351844 or 10265082. OLE color: 10265082.
HSL color Cylindrical-coordinate representation of color #FAA19C: hue angle of 3.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA19C is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 156 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.02 |
| HSL | 3.19º | 0.9% | 0.8% | - |
| HSV(B) | 3.19º | 0.38% | 0.98% | - |
| XYZ | 58.17 | 48.21 | 37.69 | - |
| YUV | 187.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 156 | 0 | 0.36 | 0.38 | 0.02 | 3.19 | 0.9 | 0.8 |
| Hex | FA | A1 | 9C | 0 | 24 | 26 | 2 | 3 | 5A | 50 |
| Octal | 372 | 241 | 234 | 0 | 44 | 46 | 2 | 3 | 132 | 120 |
| Binary | 11111010 | 10100001 | 10011100 | 0 | 100100 | 100110 | 10 | 11 | 1011010 | 1010000 |
Color Harmonies of #FAA19C
Complementary color
Monochromatic Colors of #FAA19C
Black with #FAA19C
Text Example
Text Example
White with #FAA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA19C; }
p { color: rgb(250,161,156); }
H1.HeaderClassName
{
color: #FAA19C;
}
.AnyTagClassName
{
color: #FAA19C;
}
</style>
background-color css
<style>
a { background-color: #FAA19C; }
a { background-color: rgb(250,161,156); }
div.DivClassName
{
background-color: #FAA19C;
}
.BgClassName
{
background-color: #FAA19C;
}
</style>
border-color css
<style>
span { border-color: #FAA19C; }
span { border-color: rgb(250,161,156); }
td.TdClassName
{
border-color: #FAA19C;
}
.TagClassName
{
border-color: #FAA19C;
}
</style>