Shades of Tea Rose #FE8FCA
Tints of Tea Rose #FE8FCA
RGB
CMYK
RGB Variations
Color information
#FE8FCA (or 0xFE8FCA) is known color: Tea Rose. HEX triplet: FE, 8F and CA. RGB value is (254,143,202). Sum of RGB (Red+Green+Blue) = 254+143+202=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FCA is #017035. Grayscale: #B6B6B6. Windows color (decimal): -94262 or 13275134. OLE color: 13275134.
HSL color Cylindrical-coordinate representation of color #FE8FCA: hue angle of 328.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FCA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 202 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.00 |
| HSL | 328.11º | 0.98% | 0.78% | - |
| HSV(B) | 328.11º | 0.44% | 1% | - |
| XYZ | 61.36 | 44.98 | 61.33 | - |
| YUV | 182.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 202 | 0 | 0.44 | 0.20 | 0.00 | 328.11 | 0.98 | 0.78 |
| Hex | FE | 8F | CA | 0 | 2C | 14 | 0 | 148 | 62 | 4E |
| Octal | 376 | 217 | 312 | 0 | 54 | 24 | 0 | 510 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11001010 | 0 | 101100 | 10100 | 0 | 101001000 | 1100010 | 1001110 |
Color Harmonies of #FE8FCA
Complementary color
Monochromatic Colors of #FE8FCA
Black with #FE8FCA
Text Example
Text Example
White with #FE8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FCA; }
p { color: rgb(254,143,202); }
H1.HeaderClassName
{
color: #FE8FCA;
}
.AnyTagClassName
{
color: #FE8FCA;
}
</style>
background-color css
<style>
a { background-color: #FE8FCA; }
a { background-color: rgb(254,143,202); }
div.DivClassName
{
background-color: #FE8FCA;
}
.BgClassName
{
background-color: #FE8FCA;
}
</style>
border-color css
<style>
span { border-color: #FE8FCA; }
span { border-color: rgb(254,143,202); }
td.TdClassName
{
border-color: #FE8FCA;
}
.TagClassName
{
border-color: #FE8FCA;
}
</style>