Shades of Tea Rose #FE90CC
Tints of Tea Rose #FE90CC
RGB
CMYK
RGB Variations
Color information
#FE90CC (or 0xFE90CC) is known color: Tea Rose. HEX triplet: FE, 90 and CC. RGB value is (254,144,204). Sum of RGB (Red+Green+Blue) = 254+144+204=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90CC is #016F33. Grayscale: #B7B7B7. Windows color (decimal): -94004 or 13406462. OLE color: 13406462.
HSL color Cylindrical-coordinate representation of color #FE90CC: hue angle of 327.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90CC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 204 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.00 |
| HSL | 327.27º | 0.98% | 0.78% | - |
| HSV(B) | 327.27º | 0.43% | 1% | - |
| XYZ | 61.75 | 45.38 | 62.63 | - |
| YUV | 183.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 204 | 0 | 0.43 | 0.20 | 0.00 | 327.27 | 0.98 | 0.78 |
| Hex | FE | 90 | CC | 0 | 2B | 14 | 0 | 147 | 62 | 4E |
| Octal | 376 | 220 | 314 | 0 | 53 | 24 | 0 | 507 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11001100 | 0 | 101011 | 10100 | 0 | 101000111 | 1100010 | 1001110 |
Color Harmonies of #FE90CC
Complementary color
Monochromatic Colors of #FE90CC
Black with #FE90CC
Text Example
Text Example
White with #FE90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90CC; }
p { color: rgb(254,144,204); }
H1.HeaderClassName
{
color: #FE90CC;
}
.AnyTagClassName
{
color: #FE90CC;
}
</style>
background-color css
<style>
a { background-color: #FE90CC; }
a { background-color: rgb(254,144,204); }
div.DivClassName
{
background-color: #FE90CC;
}
.BgClassName
{
background-color: #FE90CC;
}
</style>
border-color css
<style>
span { border-color: #FE90CC; }
span { border-color: rgb(254,144,204); }
td.TdClassName
{
border-color: #FE90CC;
}
.TagClassName
{
border-color: #FE90CC;
}
</style>