Shades of Tea Rose #F884CB
Tints of Tea Rose #F884CB
RGB
CMYK
RGB Variations
Color information
#F884CB (or 0xF884CB) is known color: Tea Rose. HEX triplet: F8, 84 and CB. RGB value is (248,132,203). Sum of RGB (Red+Green+Blue) = 248+132+203=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F884CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884CB is #077B34. Grayscale: #AEAEAE. Windows color (decimal): -490293 or 13337848. OLE color: 13337848.
HSL color Cylindrical-coordinate representation of color #F884CB: hue angle of 323.28º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884CB is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 203 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.03 |
| HSL | 323.28º | 0.89% | 0.75% | - |
| HSV(B) | 323.28º | 0.47% | 0.97% | - |
| XYZ | 57.74 | 40.77 | 61.33 | - |
| YUV | 174.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 203 | 0 | 0.47 | 0.18 | 0.03 | 323.28 | 0.89 | 0.75 |
| Hex | F8 | 84 | CB | 0 | 2F | 12 | 3 | 143 | 59 | 4B |
| Octal | 370 | 204 | 313 | 0 | 57 | 22 | 3 | 503 | 131 | 113 |
| Binary | 11111000 | 10000100 | 11001011 | 0 | 101111 | 10010 | 11 | 101000011 | 1011001 | 1001011 |
Color Harmonies of #F884CB
Complementary color
Monochromatic Colors of #F884CB
Black with #F884CB
Text Example
Text Example
White with #F884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884CB; }
p { color: rgb(248,132,203); }
H1.HeaderClassName
{
color: #F884CB;
}
.AnyTagClassName
{
color: #F884CB;
}
</style>
background-color css
<style>
a { background-color: #F884CB; }
a { background-color: rgb(248,132,203); }
div.DivClassName
{
background-color: #F884CB;
}
.BgClassName
{
background-color: #F884CB;
}
</style>
border-color css
<style>
span { border-color: #F884CB; }
span { border-color: rgb(248,132,203); }
td.TdClassName
{
border-color: #F884CB;
}
.TagClassName
{
border-color: #F884CB;
}
</style>