Shades of Rose Bud #FAB09B
Tints of Rose Bud #FAB09B
RGB
CMYK
RGB Variations
Color information
#FAB09B (or 0xFAB09B) is known color: Rose Bud. HEX triplet: FA, B0 and 9B. RGB value is (250,176,155). Sum of RGB (Red+Green+Blue) = 250+176+155=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB09B is #054F64. Grayscale: #C3C3C3. Windows color (decimal): -348005 or 10203386. OLE color: 10203386.
HSL color Cylindrical-coordinate representation of color #FAB09B: hue angle of 13.26º degrees, saturation: 0.9, 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 #FAB09B is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 155 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.02 |
| HSL | 13.26º | 0.9% | 0.79% | - |
| HSV(B) | 13.26º | 0.38% | 0.98% | - |
| XYZ | 60.87 | 53.74 | 38.18 | - |
| YUV | 195.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 155 | 0 | 0.30 | 0.38 | 0.02 | 13.26 | 0.9 | 0.79 |
| Hex | FA | B0 | 9B | 0 | 1E | 26 | 2 | D | 5A | 4F |
| Octal | 372 | 260 | 233 | 0 | 36 | 46 | 2 | 15 | 132 | 117 |
| Binary | 11111010 | 10110000 | 10011011 | 0 | 11110 | 100110 | 10 | 1101 | 1011010 | 1001111 |
Color Harmonies of #FAB09B
Complementary color
Monochromatic Colors of #FAB09B
Black with #FAB09B
Text Example
Text Example
White with #FAB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB09B; }
p { color: rgb(250,176,155); }
H1.HeaderClassName
{
color: #FAB09B;
}
.AnyTagClassName
{
color: #FAB09B;
}
</style>
background-color css
<style>
a { background-color: #FAB09B; }
a { background-color: rgb(250,176,155); }
div.DivClassName
{
background-color: #FAB09B;
}
.BgClassName
{
background-color: #FAB09B;
}
</style>
border-color css
<style>
span { border-color: #FAB09B; }
span { border-color: rgb(250,176,155); }
td.TdClassName
{
border-color: #FAB09B;
}
.TagClassName
{
border-color: #FAB09B;
}
</style>