Shades of Tea Rose #FE83CA
Tints of Tea Rose #FE83CA
RGB
CMYK
RGB Variations
Color information
#FE83CA (or 0xFE83CA) is known color: Tea Rose. HEX triplet: FE, 83 and CA. RGB value is (254,131,202). Sum of RGB (Red+Green+Blue) = 254+131+202=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83CA is #017C35. Grayscale: #AFAFAF. Windows color (decimal): -97334 or 13272062. OLE color: 13272062.
HSL color Cylindrical-coordinate representation of color #FE83CA: hue angle of 325.37º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83CA is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 202 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.00 |
| HSL | 325.37º | 0.98% | 0.75% | - |
| HSV(B) | 325.37º | 0.48% | 1% | - |
| XYZ | 59.65 | 41.57 | 60.76 | - |
| YUV | 175.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 202 | 0 | 0.48 | 0.20 | 0.00 | 325.37 | 0.98 | 0.75 |
| Hex | FE | 83 | CA | 0 | 30 | 14 | 0 | 145 | 62 | 4B |
| Octal | 376 | 203 | 312 | 0 | 60 | 24 | 0 | 505 | 142 | 113 |
| Binary | 11111110 | 10000011 | 11001010 | 0 | 110000 | 10100 | 0 | 101000101 | 1100010 | 1001011 |
Color Harmonies of #FE83CA
Complementary color
Monochromatic Colors of #FE83CA
Black with #FE83CA
Text Example
Text Example
White with #FE83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE83CA; }
p { color: rgb(254,131,202); }
H1.HeaderClassName
{
color: #FE83CA;
}
.AnyTagClassName
{
color: #FE83CA;
}
</style>
background-color css
<style>
a { background-color: #FE83CA; }
a { background-color: rgb(254,131,202); }
div.DivClassName
{
background-color: #FE83CA;
}
.BgClassName
{
background-color: #FE83CA;
}
</style>
border-color css
<style>
span { border-color: #FE83CA; }
span { border-color: rgb(254,131,202); }
td.TdClassName
{
border-color: #FE83CA;
}
.TagClassName
{
border-color: #FE83CA;
}
</style>