Shades of Tea Rose #FE8CC3
Tints of Tea Rose #FE8CC3
RGB
CMYK
RGB Variations
Color information
#FE8CC3 (or 0xFE8CC3) is known color: Tea Rose. HEX triplet: FE, 8C and C3. RGB value is (254,140,195). Sum of RGB (Red+Green+Blue) = 254+140+195=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CC3 is #01733C. Grayscale: #B4B4B4. Windows color (decimal): -95037 or 12815614. OLE color: 12815614.
HSL color Cylindrical-coordinate representation of color #FE8CC3: hue angle of 331.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CC3 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 195 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.00 |
| HSL | 331.05º | 0.98% | 0.77% | - |
| HSV(B) | 331.05º | 0.45% | 1% | - |
| XYZ | 60.1 | 43.77 | 56.91 | - |
| YUV | 180.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 195 | 0 | 0.45 | 0.23 | 0.00 | 331.05 | 0.98 | 0.77 |
| Hex | FE | 8C | C3 | 0 | 2D | 17 | 0 | 14B | 62 | 4D |
| Octal | 376 | 214 | 303 | 0 | 55 | 27 | 0 | 513 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11000011 | 0 | 101101 | 10111 | 0 | 101001011 | 1100010 | 1001101 |
Color Harmonies of #FE8CC3
Complementary color
Monochromatic Colors of #FE8CC3
Black with #FE8CC3
Text Example
Text Example
White with #FE8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CC3; }
p { color: rgb(254,140,195); }
H1.HeaderClassName
{
color: #FE8CC3;
}
.AnyTagClassName
{
color: #FE8CC3;
}
</style>
background-color css
<style>
a { background-color: #FE8CC3; }
a { background-color: rgb(254,140,195); }
div.DivClassName
{
background-color: #FE8CC3;
}
.BgClassName
{
background-color: #FE8CC3;
}
</style>
border-color css
<style>
span { border-color: #FE8CC3; }
span { border-color: rgb(254,140,195); }
td.TdClassName
{
border-color: #FE8CC3;
}
.TagClassName
{
border-color: #FE8CC3;
}
</style>