Shades of Rose Bud #FAB19E
Tints of Rose Bud #FAB19E
RGB
CMYK
RGB Variations
Color information
#FAB19E (or 0xFAB19E) is known color: Rose Bud. HEX triplet: FA, B1 and 9E. RGB value is (250,177,158). Sum of RGB (Red+Green+Blue) = 250+177+158=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19E is #054E61. Grayscale: #C4C4C4. Windows color (decimal): -347746 or 10400250. OLE color: 10400250.
HSL color Cylindrical-coordinate representation of color #FAB19E: hue angle of 12.39º 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 #FAB19E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 158 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.02 |
| HSL | 12.39º | 0.9% | 0.8% | - |
| HSV(B) | 12.39º | 0.37% | 0.98% | - |
| XYZ | 61.32 | 54.24 | 39.58 | - |
| YUV | 196.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 158 | 0 | 0.29 | 0.37 | 0.02 | 12.39 | 0.9 | 0.8 |
| Hex | FA | B1 | 9E | 0 | 1D | 25 | 2 | C | 5A | 50 |
| Octal | 372 | 261 | 236 | 0 | 35 | 45 | 2 | 14 | 132 | 120 |
| Binary | 11111010 | 10110001 | 10011110 | 0 | 11101 | 100101 | 10 | 1100 | 1011010 | 1010000 |
Color Harmonies of #FAB19E
Complementary color
Monochromatic Colors of #FAB19E
Black with #FAB19E
Text Example
Text Example
White with #FAB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB19E; }
p { color: rgb(250,177,158); }
H1.HeaderClassName
{
color: #FAB19E;
}
.AnyTagClassName
{
color: #FAB19E;
}
</style>
background-color css
<style>
a { background-color: #FAB19E; }
a { background-color: rgb(250,177,158); }
div.DivClassName
{
background-color: #FAB19E;
}
.BgClassName
{
background-color: #FAB19E;
}
</style>
border-color css
<style>
span { border-color: #FAB19E; }
span { border-color: rgb(250,177,158); }
td.TdClassName
{
border-color: #FAB19E;
}
.TagClassName
{
border-color: #FAB19E;
}
</style>