Shades of Tea Rose #F28DBB
Tints of Tea Rose #F28DBB
RGB
CMYK
RGB Variations
Color information
#F28DBB (or 0xF28DBB) is known color: Tea Rose. HEX triplet: F2, 8D and BB. RGB value is (242,141,187). Sum of RGB (Red+Green+Blue) = 242+141+187=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DBB is #0D7244. Grayscale: #B0B0B0. Windows color (decimal): -881221 or 12291570. OLE color: 12291570.
HSL color Cylindrical-coordinate representation of color #F28DBB: hue angle of 332.67º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DBB is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 187 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.05 |
| HSL | 332.67º | 0.8% | 0.75% | - |
| HSV(B) | 332.67º | 0.42% | 0.95% | - |
| XYZ | 55.11 | 41.51 | 52.12 | - |
| YUV | 176.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 187 | 0 | 0.42 | 0.23 | 0.05 | 332.67 | 0.8 | 0.75 |
| Hex | F2 | 8D | BB | 0 | 2A | 17 | 5 | 14D | 50 | 4B |
| Octal | 362 | 215 | 273 | 0 | 52 | 27 | 5 | 515 | 120 | 113 |
| Binary | 11110010 | 10001101 | 10111011 | 0 | 101010 | 10111 | 101 | 101001101 | 1010000 | 1001011 |
Color Harmonies of #F28DBB
Complementary color
Monochromatic Colors of #F28DBB
Black with #F28DBB
Text Example
Text Example
White with #F28DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DBB; }
p { color: rgb(242,141,187); }
H1.HeaderClassName
{
color: #F28DBB;
}
.AnyTagClassName
{
color: #F28DBB;
}
</style>
background-color css
<style>
a { background-color: #F28DBB; }
a { background-color: rgb(242,141,187); }
div.DivClassName
{
background-color: #F28DBB;
}
.BgClassName
{
background-color: #F28DBB;
}
</style>
border-color css
<style>
span { border-color: #F28DBB; }
span { border-color: rgb(242,141,187); }
td.TdClassName
{
border-color: #F28DBB;
}
.TagClassName
{
border-color: #F28DBB;
}
</style>