Shades of Tea Rose #FE93CC
Tints of Tea Rose #FE93CC
RGB
CMYK
RGB Variations
Color information
#FE93CC (or 0xFE93CC) is known color: Tea Rose. HEX triplet: FE, 93 and CC. RGB value is (254,147,204). Sum of RGB (Red+Green+Blue) = 254+147+204=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93CC is #016C33. Grayscale: #B9B9B9. Windows color (decimal): -93236 or 13407230. OLE color: 13407230.
HSL color Cylindrical-coordinate representation of color #FE93CC: hue angle of 328.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93CC is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 204 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.00 |
| HSL | 328.04º | 0.98% | 0.79% | - |
| HSV(B) | 328.04º | 0.42% | 1% | - |
| XYZ | 62.21 | 46.3 | 62.78 | - |
| YUV | 185.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 204 | 0 | 0.42 | 0.20 | 0.00 | 328.04 | 0.98 | 0.79 |
| Hex | FE | 93 | CC | 0 | 2A | 14 | 0 | 148 | 62 | 4F |
| Octal | 376 | 223 | 314 | 0 | 52 | 24 | 0 | 510 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11001100 | 0 | 101010 | 10100 | 0 | 101001000 | 1100010 | 1001111 |
Color Harmonies of #FE93CC
Complementary color
Monochromatic Colors of #FE93CC
Black with #FE93CC
Text Example
Text Example
White with #FE93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93CC; }
p { color: rgb(254,147,204); }
H1.HeaderClassName
{
color: #FE93CC;
}
.AnyTagClassName
{
color: #FE93CC;
}
</style>
background-color css
<style>
a { background-color: #FE93CC; }
a { background-color: rgb(254,147,204); }
div.DivClassName
{
background-color: #FE93CC;
}
.BgClassName
{
background-color: #FE93CC;
}
</style>
border-color css
<style>
span { border-color: #FE93CC; }
span { border-color: rgb(254,147,204); }
td.TdClassName
{
border-color: #FE93CC;
}
.TagClassName
{
border-color: #FE93CC;
}
</style>