Shades of Rose Bud #FAA19A
Tints of Rose Bud #FAA19A
RGB
CMYK
RGB Variations
Color information
#FAA19A (or 0xFAA19A) is known color: Rose Bud. HEX triplet: FA, A1 and 9A. RGB value is (250,161,154). Sum of RGB (Red+Green+Blue) = 250+161+154=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA19A is #055E65. Grayscale: #BABABA. Windows color (decimal): -351846 or 10134010. OLE color: 10134010.
HSL color Cylindrical-coordinate representation of color #FAA19A: hue angle of 4.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA19A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 154 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.02 |
| HSL | 4.38º | 0.91% | 0.79% | - |
| HSV(B) | 4.38º | 0.38% | 0.98% | - |
| XYZ | 58 | 48.15 | 36.81 | - |
| YUV | 186.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 154 | 0 | 0.36 | 0.38 | 0.02 | 4.38 | 0.91 | 0.79 |
| Hex | FA | A1 | 9A | 0 | 24 | 26 | 2 | 4 | 5B | 4F |
| Octal | 372 | 241 | 232 | 0 | 44 | 46 | 2 | 4 | 133 | 117 |
| Binary | 11111010 | 10100001 | 10011010 | 0 | 100100 | 100110 | 10 | 100 | 1011011 | 1001111 |
Color Harmonies of #FAA19A
Complementary color
Monochromatic Colors of #FAA19A
Black with #FAA19A
Text Example
Text Example
White with #FAA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA19A; }
p { color: rgb(250,161,154); }
H1.HeaderClassName
{
color: #FAA19A;
}
.AnyTagClassName
{
color: #FAA19A;
}
</style>
background-color css
<style>
a { background-color: #FAA19A; }
a { background-color: rgb(250,161,154); }
div.DivClassName
{
background-color: #FAA19A;
}
.BgClassName
{
background-color: #FAA19A;
}
</style>
border-color css
<style>
span { border-color: #FAA19A; }
span { border-color: rgb(250,161,154); }
td.TdClassName
{
border-color: #FAA19A;
}
.TagClassName
{
border-color: #FAA19A;
}
</style>