Shades of Tea Rose #F28DCB
Tints of Tea Rose #F28DCB
RGB
CMYK
RGB Variations
Color information
#F28DCB (or 0xF28DCB) is known color: Tea Rose. HEX triplet: F2, 8D and CB. RGB value is (242,141,203). Sum of RGB (Red+Green+Blue) = 242+141+203=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DCB is #0D7234. Grayscale: #B2B2B2. Windows color (decimal): -881205 or 13340146. OLE color: 13340146.
HSL color Cylindrical-coordinate representation of color #F28DCB: hue angle of 323.17º 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 #F28DCB is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 203 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 323.17º | 0.8% | 0.75% | - |
| HSV(B) | 323.17º | 0.42% | 0.95% | - |
| XYZ | 56.92 | 42.24 | 61.65 | - |
| YUV | 178.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 203 | 0 | 0.42 | 0.16 | 0.05 | 323.17 | 0.8 | 0.75 |
| Hex | F2 | 8D | CB | 0 | 2A | 10 | 5 | 143 | 50 | 4B |
| Octal | 362 | 215 | 313 | 0 | 52 | 20 | 5 | 503 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11001011 | 0 | 101010 | 10000 | 101 | 101000011 | 1010000 | 1001011 |
Color Harmonies of #F28DCB
Complementary color
Monochromatic Colors of #F28DCB
Black with #F28DCB
Text Example
Text Example
White with #F28DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DCB; }
p { color: rgb(242,141,203); }
H1.HeaderClassName
{
color: #F28DCB;
}
.AnyTagClassName
{
color: #F28DCB;
}
</style>
background-color css
<style>
a { background-color: #F28DCB; }
a { background-color: rgb(242,141,203); }
div.DivClassName
{
background-color: #F28DCB;
}
.BgClassName
{
background-color: #F28DCB;
}
</style>
border-color css
<style>
span { border-color: #F28DCB; }
span { border-color: rgb(242,141,203); }
td.TdClassName
{
border-color: #F28DCB;
}
.TagClassName
{
border-color: #F28DCB;
}
</style>