Shades of Tea Rose #F28BCB
Tints of Tea Rose #F28BCB
RGB
CMYK
RGB Variations
Color information
#F28BCB (or 0xF28BCB) is known color: Tea Rose. HEX triplet: F2, 8B and CB. RGB value is (242,139,203). Sum of RGB (Red+Green+Blue) = 242+139+203=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BCB is #0D7434. Grayscale: #B0B0B0. Windows color (decimal): -881717 or 13339634. OLE color: 13339634.
HSL color Cylindrical-coordinate representation of color #F28BCB: hue angle of 322.72º 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 #F28BCB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 203 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.05 |
| HSL | 322.72º | 0.8% | 0.75% | - |
| HSV(B) | 322.72º | 0.43% | 0.95% | - |
| XYZ | 56.63 | 41.65 | 61.56 | - |
| YUV | 177.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 203 | 0 | 0.43 | 0.16 | 0.05 | 322.72 | 0.8 | 0.75 |
| Hex | F2 | 8B | CB | 0 | 2B | 10 | 5 | 143 | 50 | 4B |
| Octal | 362 | 213 | 313 | 0 | 53 | 20 | 5 | 503 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11001011 | 0 | 101011 | 10000 | 101 | 101000011 | 1010000 | 1001011 |
Color Harmonies of #F28BCB
Complementary color
Monochromatic Colors of #F28BCB
Black with #F28BCB
Text Example
Text Example
White with #F28BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BCB; }
p { color: rgb(242,139,203); }
H1.HeaderClassName
{
color: #F28BCB;
}
.AnyTagClassName
{
color: #F28BCB;
}
</style>
background-color css
<style>
a { background-color: #F28BCB; }
a { background-color: rgb(242,139,203); }
div.DivClassName
{
background-color: #F28BCB;
}
.BgClassName
{
background-color: #F28BCB;
}
</style>
border-color css
<style>
span { border-color: #F28BCB; }
span { border-color: rgb(242,139,203); }
td.TdClassName
{
border-color: #F28BCB;
}
.TagClassName
{
border-color: #F28BCB;
}
</style>