Shades of Tea Rose #F883CB
Tints of Tea Rose #F883CB
RGB
CMYK
RGB Variations
Color information
#F883CB (or 0xF883CB) is known color: Tea Rose. HEX triplet: F8, 83 and CB. RGB value is (248,131,203). Sum of RGB (Red+Green+Blue) = 248+131+203=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CB is #077C34. Grayscale: #AEAEAE. Windows color (decimal): -490549 or 13337592. OLE color: 13337592.
HSL color Cylindrical-coordinate representation of color #F883CB: hue angle of 323.08º 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 #F883CB is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 203 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.03 |
| HSL | 323.08º | 0.89% | 0.74% | - |
| HSV(B) | 323.08º | 0.47% | 0.97% | - |
| XYZ | 57.61 | 40.5 | 61.28 | - |
| YUV | 174.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 203 | 0 | 0.47 | 0.18 | 0.03 | 323.08 | 0.89 | 0.74 |
| Hex | F8 | 83 | CB | 0 | 2F | 12 | 3 | 143 | 59 | 4A |
| Octal | 370 | 203 | 313 | 0 | 57 | 22 | 3 | 503 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11001011 | 0 | 101111 | 10010 | 11 | 101000011 | 1011001 | 1001010 |
Color Harmonies of #F883CB
Complementary color
Monochromatic Colors of #F883CB
Black with #F883CB
Text Example
Text Example
White with #F883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883CB; }
p { color: rgb(248,131,203); }
H1.HeaderClassName
{
color: #F883CB;
}
.AnyTagClassName
{
color: #F883CB;
}
</style>
background-color css
<style>
a { background-color: #F883CB; }
a { background-color: rgb(248,131,203); }
div.DivClassName
{
background-color: #F883CB;
}
.BgClassName
{
background-color: #F883CB;
}
</style>
border-color css
<style>
span { border-color: #F883CB; }
span { border-color: rgb(248,131,203); }
td.TdClassName
{
border-color: #F883CB;
}
.TagClassName
{
border-color: #F883CB;
}
</style>