Shades of Rose Bud #FAB19A
Tints of Rose Bud #FAB19A
RGB
CMYK
RGB Variations
Color information
#FAB19A (or 0xFAB19A) is known color: Rose Bud. HEX triplet: FA, B1 and 9A. RGB value is (250,177,154). Sum of RGB (Red+Green+Blue) = 250+177+154=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19A is #054E65. Grayscale: #C4C4C4. Windows color (decimal): -347750 or 10138106. OLE color: 10138106.
HSL color Cylindrical-coordinate representation of color #FAB19A: hue angle of 14.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 #FAB19A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 154 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.02 |
| HSL | 14.38º | 0.91% | 0.79% | - |
| HSV(B) | 14.38º | 0.38% | 0.98% | - |
| XYZ | 60.98 | 54.1 | 37.8 | - |
| YUV | 196.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 154 | 0 | 0.29 | 0.38 | 0.02 | 14.38 | 0.91 | 0.79 |
| Hex | FA | B1 | 9A | 0 | 1D | 26 | 2 | E | 5B | 4F |
| Octal | 372 | 261 | 232 | 0 | 35 | 46 | 2 | 16 | 133 | 117 |
| Binary | 11111010 | 10110001 | 10011010 | 0 | 11101 | 100110 | 10 | 1110 | 1011011 | 1001111 |
Color Harmonies of #FAB19A
Complementary color
Monochromatic Colors of #FAB19A
Black with #FAB19A
Text Example
Text Example
White with #FAB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB19A; }
p { color: rgb(250,177,154); }
H1.HeaderClassName
{
color: #FAB19A;
}
.AnyTagClassName
{
color: #FAB19A;
}
</style>
background-color css
<style>
a { background-color: #FAB19A; }
a { background-color: rgb(250,177,154); }
div.DivClassName
{
background-color: #FAB19A;
}
.BgClassName
{
background-color: #FAB19A;
}
</style>
border-color css
<style>
span { border-color: #FAB19A; }
span { border-color: rgb(250,177,154); }
td.TdClassName
{
border-color: #FAB19A;
}
.TagClassName
{
border-color: #FAB19A;
}
</style>