Shades of Tea Rose #F28CBA
Tints of Tea Rose #F28CBA
RGB
CMYK
RGB Variations
Color information
#F28CBA (or 0xF28CBA) is known color: Tea Rose. HEX triplet: F2, 8C and BA. RGB value is (242,140,186). Sum of RGB (Red+Green+Blue) = 242+140+186=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CBA is #0D7345. Grayscale: #AFAFAF. Windows color (decimal): -881478 or 12225778. OLE color: 12225778.
HSL color Cylindrical-coordinate representation of color #F28CBA: hue angle of 332.94º 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 #F28CBA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 186 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.05 |
| HSL | 332.94º | 0.8% | 0.75% | - |
| HSV(B) | 332.94º | 0.42% | 0.95% | - |
| XYZ | 54.86 | 41.18 | 51.51 | - |
| YUV | 175.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 186 | 0 | 0.42 | 0.23 | 0.05 | 332.94 | 0.8 | 0.75 |
| Hex | F2 | 8C | BA | 0 | 2A | 17 | 5 | 14D | 50 | 4B |
| Octal | 362 | 214 | 272 | 0 | 52 | 27 | 5 | 515 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10111010 | 0 | 101010 | 10111 | 101 | 101001101 | 1010000 | 1001011 |
Color Harmonies of #F28CBA
Complementary color
Monochromatic Colors of #F28CBA
Black with #F28CBA
Text Example
Text Example
White with #F28CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CBA; }
p { color: rgb(242,140,186); }
H1.HeaderClassName
{
color: #F28CBA;
}
.AnyTagClassName
{
color: #F28CBA;
}
</style>
background-color css
<style>
a { background-color: #F28CBA; }
a { background-color: rgb(242,140,186); }
div.DivClassName
{
background-color: #F28CBA;
}
.BgClassName
{
background-color: #F28CBA;
}
</style>
border-color css
<style>
span { border-color: #F28CBA; }
span { border-color: rgb(242,140,186); }
td.TdClassName
{
border-color: #F28CBA;
}
.TagClassName
{
border-color: #F28CBA;
}
</style>