Shades of Rose Bud #FAB19D
Tints of Rose Bud #FAB19D
RGB
CMYK
RGB Variations
Color information
#FAB19D (or 0xFAB19D) is known color: Rose Bud. HEX triplet: FA, B1 and 9D. RGB value is (250,177,157). Sum of RGB (Red+Green+Blue) = 250+177+157=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19D is #054E62. Grayscale: #C4C4C4. Windows color (decimal): -347747 or 10334714. OLE color: 10334714.
HSL color Cylindrical-coordinate representation of color #FAB19D: hue angle of 12.9º 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 #FAB19D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 157 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.02 |
| HSL | 12.9º | 0.9% | 0.8% | - |
| HSV(B) | 12.9º | 0.37% | 0.98% | - |
| XYZ | 61.23 | 54.2 | 39.13 | - |
| YUV | 196.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 157 | 0 | 0.29 | 0.37 | 0.02 | 12.9 | 0.9 | 0.8 |
| Hex | FA | B1 | 9D | 0 | 1D | 25 | 2 | D | 5A | 50 |
| Octal | 372 | 261 | 235 | 0 | 35 | 45 | 2 | 15 | 132 | 120 |
| Binary | 11111010 | 10110001 | 10011101 | 0 | 11101 | 100101 | 10 | 1101 | 1011010 | 1010000 |
Color Harmonies of #FAB19D
Complementary color
Monochromatic Colors of #FAB19D
Black with #FAB19D
Text Example
Text Example
White with #FAB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB19D; }
p { color: rgb(250,177,157); }
H1.HeaderClassName
{
color: #FAB19D;
}
.AnyTagClassName
{
color: #FAB19D;
}
</style>
background-color css
<style>
a { background-color: #FAB19D; }
a { background-color: rgb(250,177,157); }
div.DivClassName
{
background-color: #FAB19D;
}
.BgClassName
{
background-color: #FAB19D;
}
</style>
border-color css
<style>
span { border-color: #FAB19D; }
span { border-color: rgb(250,177,157); }
td.TdClassName
{
border-color: #FAB19D;
}
.TagClassName
{
border-color: #FAB19D;
}
</style>