Shades of Tea Rose #F28BCE
Tints of Tea Rose #F28BCE
RGB
CMYK
RGB Variations
Color information
#F28BCE (or 0xF28BCE) is known color: Tea Rose. HEX triplet: F2, 8B and CE. RGB value is (242,139,206). Sum of RGB (Red+Green+Blue) = 242+139+206=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BCE is #0D7431. Grayscale: #B1B1B1. Windows color (decimal): -881714 or 13536242. OLE color: 13536242.
HSL color Cylindrical-coordinate representation of color #F28BCE: hue angle of 320.97º 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 #F28BCE is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 206 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 320.97º | 0.8% | 0.75% | - |
| HSV(B) | 320.97º | 0.43% | 0.95% | - |
| XYZ | 56.99 | 41.8 | 63.46 | - |
| YUV | 177.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 206 | 0 | 0.43 | 0.15 | 0.05 | 320.97 | 0.8 | 0.75 |
| Hex | F2 | 8B | CE | 0 | 2B | F | 5 | 141 | 50 | 4B |
| Octal | 362 | 213 | 316 | 0 | 53 | 17 | 5 | 501 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11001110 | 0 | 101011 | 1111 | 101 | 101000001 | 1010000 | 1001011 |
Color Harmonies of #F28BCE
Complementary color
Monochromatic Colors of #F28BCE
Black with #F28BCE
Text Example
Text Example
White with #F28BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BCE; }
p { color: rgb(242,139,206); }
H1.HeaderClassName
{
color: #F28BCE;
}
.AnyTagClassName
{
color: #F28BCE;
}
</style>
background-color css
<style>
a { background-color: #F28BCE; }
a { background-color: rgb(242,139,206); }
div.DivClassName
{
background-color: #F28BCE;
}
.BgClassName
{
background-color: #F28BCE;
}
</style>
border-color css
<style>
span { border-color: #F28BCE; }
span { border-color: rgb(242,139,206); }
td.TdClassName
{
border-color: #F28BCE;
}
.TagClassName
{
border-color: #F28BCE;
}
</style>