Shades of Tea Rose #F883CE
Tints of Tea Rose #F883CE
RGB
CMYK
RGB Variations
Color information
#F883CE (or 0xF883CE) is known color: Tea Rose. HEX triplet: F8, 83 and CE. RGB value is (248,131,206). Sum of RGB (Red+Green+Blue) = 248+131+206=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CE is #077C31. Grayscale: #AEAEAE. Windows color (decimal): -490546 or 13534200. OLE color: 13534200.
HSL color Cylindrical-coordinate representation of color #F883CE: hue angle of 321.54º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883CE is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 206 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.03 |
| HSL | 321.54º | 0.89% | 0.74% | - |
| HSV(B) | 321.54º | 0.47% | 0.97% | - |
| XYZ | 57.97 | 40.65 | 63.18 | - |
| YUV | 174.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 206 | 0 | 0.47 | 0.17 | 0.03 | 321.54 | 0.89 | 0.74 |
| Hex | F8 | 83 | CE | 0 | 2F | 11 | 3 | 142 | 59 | 4A |
| Octal | 370 | 203 | 316 | 0 | 57 | 21 | 3 | 502 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11001110 | 0 | 101111 | 10001 | 11 | 101000010 | 1011001 | 1001010 |
Color Harmonies of #F883CE
Complementary color
Monochromatic Colors of #F883CE
Black with #F883CE
Text Example
Text Example
White with #F883CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883CE; }
p { color: rgb(248,131,206); }
H1.HeaderClassName
{
color: #F883CE;
}
.AnyTagClassName
{
color: #F883CE;
}
</style>
background-color css
<style>
a { background-color: #F883CE; }
a { background-color: rgb(248,131,206); }
div.DivClassName
{
background-color: #F883CE;
}
.BgClassName
{
background-color: #F883CE;
}
</style>
border-color css
<style>
span { border-color: #F883CE; }
span { border-color: rgb(248,131,206); }
td.TdClassName
{
border-color: #F883CE;
}
.TagClassName
{
border-color: #F883CE;
}
</style>