Shades of Rose Bud #FAB29C
Tints of Rose Bud #FAB29C
RGB
CMYK
RGB Variations
Color information
#FAB29C (or 0xFAB29C) is known color: Rose Bud. HEX triplet: FA, B2 and 9C. RGB value is (250,178,156). Sum of RGB (Red+Green+Blue) = 250+178+156=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29C is #054D63. Grayscale: #C5C5C5. Windows color (decimal): -347492 or 10269434. OLE color: 10269434.
HSL color Cylindrical-coordinate representation of color #FAB29C: hue angle of 14.04º 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 #FAB29C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 156 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.02 |
| HSL | 14.04º | 0.9% | 0.8% | - |
| HSV(B) | 14.04º | 0.38% | 0.98% | - |
| XYZ | 61.35 | 54.57 | 38.75 | - |
| YUV | 197.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 156 | 0 | 0.29 | 0.38 | 0.02 | 14.04 | 0.9 | 0.8 |
| Hex | FA | B2 | 9C | 0 | 1D | 26 | 2 | E | 5A | 50 |
| Octal | 372 | 262 | 234 | 0 | 35 | 46 | 2 | 16 | 132 | 120 |
| Binary | 11111010 | 10110010 | 10011100 | 0 | 11101 | 100110 | 10 | 1110 | 1011010 | 1010000 |
Color Harmonies of #FAB29C
Complementary color
Monochromatic Colors of #FAB29C
Black with #FAB29C
Text Example
Text Example
White with #FAB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB29C; }
p { color: rgb(250,178,156); }
H1.HeaderClassName
{
color: #FAB29C;
}
.AnyTagClassName
{
color: #FAB29C;
}
</style>
background-color css
<style>
a { background-color: #FAB29C; }
a { background-color: rgb(250,178,156); }
div.DivClassName
{
background-color: #FAB29C;
}
.BgClassName
{
background-color: #FAB29C;
}
</style>
border-color css
<style>
span { border-color: #FAB29C; }
span { border-color: rgb(250,178,156); }
td.TdClassName
{
border-color: #FAB29C;
}
.TagClassName
{
border-color: #FAB29C;
}
</style>