Shades of Rose Bud #FAB19C
Tints of Rose Bud #FAB19C
RGB
CMYK
RGB Variations
Color information
#FAB19C (or 0xFAB19C) is known color: Rose Bud. HEX triplet: FA, B1 and 9C. RGB value is (250,177,156). Sum of RGB (Red+Green+Blue) = 250+177+156=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19C is #054E63. Grayscale: #C4C4C4. Windows color (decimal): -347748 or 10269178. OLE color: 10269178.
HSL color Cylindrical-coordinate representation of color #FAB19C: hue angle of 13.4º 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 #FAB19C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 156 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.02 |
| HSL | 13.4º | 0.9% | 0.8% | - |
| HSV(B) | 13.4º | 0.38% | 0.98% | - |
| XYZ | 61.15 | 54.17 | 38.69 | - |
| YUV | 196.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 156 | 0 | 0.29 | 0.38 | 0.02 | 13.4 | 0.9 | 0.8 |
| Hex | FA | B1 | 9C | 0 | 1D | 26 | 2 | D | 5A | 50 |
| Octal | 372 | 261 | 234 | 0 | 35 | 46 | 2 | 15 | 132 | 120 |
| Binary | 11111010 | 10110001 | 10011100 | 0 | 11101 | 100110 | 10 | 1101 | 1011010 | 1010000 |
Color Harmonies of #FAB19C
Complementary color
Monochromatic Colors of #FAB19C
Black with #FAB19C
Text Example
Text Example
White with #FAB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB19C; }
p { color: rgb(250,177,156); }
H1.HeaderClassName
{
color: #FAB19C;
}
.AnyTagClassName
{
color: #FAB19C;
}
</style>
background-color css
<style>
a { background-color: #FAB19C; }
a { background-color: rgb(250,177,156); }
div.DivClassName
{
background-color: #FAB19C;
}
.BgClassName
{
background-color: #FAB19C;
}
</style>
border-color css
<style>
span { border-color: #FAB19C; }
span { border-color: rgb(250,177,156); }
td.TdClassName
{
border-color: #FAB19C;
}
.TagClassName
{
border-color: #FAB19C;
}
</style>