Shades of Tea Rose #F48DBB
Tints of Tea Rose #F48DBB
RGB
CMYK
RGB Variations
Color information
#F48DBB (or 0xF48DBB) is known color: Tea Rose. HEX triplet: F4, 8D and BB. RGB value is (244,141,187). Sum of RGB (Red+Green+Blue) = 244+141+187=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DBB is #0B7244. Grayscale: #B0B0B0. Windows color (decimal): -750149 or 12291572. OLE color: 12291572.
HSL color Cylindrical-coordinate representation of color #F48DBB: hue angle of 333.2º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DBB is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 187 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.04 |
| HSL | 333.2º | 0.82% | 0.75% | - |
| HSV(B) | 333.2º | 0.42% | 0.96% | - |
| XYZ | 55.8 | 41.87 | 52.15 | - |
| YUV | 177.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 187 | 0 | 0.42 | 0.23 | 0.04 | 333.2 | 0.82 | 0.75 |
| Hex | F4 | 8D | BB | 0 | 2A | 17 | 4 | 14D | 52 | 4B |
| Octal | 364 | 215 | 273 | 0 | 52 | 27 | 4 | 515 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10111011 | 0 | 101010 | 10111 | 100 | 101001101 | 1010010 | 1001011 |
Color Harmonies of #F48DBB
Complementary color
Monochromatic Colors of #F48DBB
Black with #F48DBB
Text Example
Text Example
White with #F48DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DBB; }
p { color: rgb(244,141,187); }
H1.HeaderClassName
{
color: #F48DBB;
}
.AnyTagClassName
{
color: #F48DBB;
}
</style>
background-color css
<style>
a { background-color: #F48DBB; }
a { background-color: rgb(244,141,187); }
div.DivClassName
{
background-color: #F48DBB;
}
.BgClassName
{
background-color: #F48DBB;
}
</style>
border-color css
<style>
span { border-color: #F48DBB; }
span { border-color: rgb(244,141,187); }
td.TdClassName
{
border-color: #F48DBB;
}
.TagClassName
{
border-color: #F48DBB;
}
</style>