Shades of Rose Bud #F8B19C
Tints of Rose Bud #F8B19C
RGB
CMYK
RGB Variations
Color information
#F8B19C (or 0xF8B19C) is known color: Rose Bud. HEX triplet: F8, B1 and 9C. RGB value is (248,177,156). Sum of RGB (Red+Green+Blue) = 248+177+156=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B19C is #074E63. Grayscale: #C3C3C3. Windows color (decimal): -478820 or 10269176. OLE color: 10269176.
HSL color Cylindrical-coordinate representation of color #F8B19C: hue angle of 13.7º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8B19C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 156 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.03 |
| HSL | 13.7º | 0.87% | 0.79% | - |
| HSV(B) | 13.7º | 0.37% | 0.97% | - |
| XYZ | 60.43 | 53.8 | 38.65 | - |
| YUV | 195.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 156 | 0 | 0.29 | 0.37 | 0.03 | 13.7 | 0.87 | 0.79 |
| Hex | F8 | B1 | 9C | 0 | 1D | 25 | 3 | E | 57 | 4F |
| Octal | 370 | 261 | 234 | 0 | 35 | 45 | 3 | 16 | 127 | 117 |
| Binary | 11111000 | 10110001 | 10011100 | 0 | 11101 | 100101 | 11 | 1110 | 1010111 | 1001111 |
Color Harmonies of #F8B19C
Complementary color
Monochromatic Colors of #F8B19C
Black with #F8B19C
Text Example
Text Example
White with #F8B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B19C; }
p { color: rgb(248,177,156); }
H1.HeaderClassName
{
color: #F8B19C;
}
.AnyTagClassName
{
color: #F8B19C;
}
</style>
background-color css
<style>
a { background-color: #F8B19C; }
a { background-color: rgb(248,177,156); }
div.DivClassName
{
background-color: #F8B19C;
}
.BgClassName
{
background-color: #F8B19C;
}
</style>
border-color css
<style>
span { border-color: #F8B19C; }
span { border-color: rgb(248,177,156); }
td.TdClassName
{
border-color: #F8B19C;
}
.TagClassName
{
border-color: #F8B19C;
}
</style>