Shades of Tea Rose #F28BBD
Tints of Tea Rose #F28BBD
RGB
CMYK
RGB Variations
Color information
#F28BBD (or 0xF28BBD) is known color: Tea Rose. HEX triplet: F2, 8B and BD. RGB value is (242,139,189). Sum of RGB (Red+Green+Blue) = 242+139+189=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BBD is #0D7442. Grayscale: #AFAFAF. Windows color (decimal): -881731 or 12422130. OLE color: 12422130.
HSL color Cylindrical-coordinate representation of color #F28BBD: hue angle of 330.87º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BBD is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 189 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.05 |
| HSL | 330.87º | 0.8% | 0.75% | - |
| HSV(B) | 330.87º | 0.43% | 0.95% | - |
| XYZ | 55.04 | 41.02 | 53.16 | - |
| YUV | 175.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 189 | 0 | 0.43 | 0.22 | 0.05 | 330.87 | 0.8 | 0.75 |
| Hex | F2 | 8B | BD | 0 | 2B | 16 | 5 | 14B | 50 | 4B |
| Octal | 362 | 213 | 275 | 0 | 53 | 26 | 5 | 513 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10111101 | 0 | 101011 | 10110 | 101 | 101001011 | 1010000 | 1001011 |
Color Harmonies of #F28BBD
Complementary color
Monochromatic Colors of #F28BBD
Black with #F28BBD
Text Example
Text Example
White with #F28BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BBD; }
p { color: rgb(242,139,189); }
H1.HeaderClassName
{
color: #F28BBD;
}
.AnyTagClassName
{
color: #F28BBD;
}
</style>
background-color css
<style>
a { background-color: #F28BBD; }
a { background-color: rgb(242,139,189); }
div.DivClassName
{
background-color: #F28BBD;
}
.BgClassName
{
background-color: #F28BBD;
}
</style>
border-color css
<style>
span { border-color: #F28BBD; }
span { border-color: rgb(242,139,189); }
td.TdClassName
{
border-color: #F28BBD;
}
.TagClassName
{
border-color: #F28BBD;
}
</style>