Shades of Tea Rose #FE90C4
Tints of Tea Rose #FE90C4
RGB
CMYK
RGB Variations
Color information
#FE90C4 (or 0xFE90C4) is known color: Tea Rose. HEX triplet: FE, 90 and C4. RGB value is (254,144,196). Sum of RGB (Red+Green+Blue) = 254+144+196=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90C4 is #016F3B. Grayscale: #B6B6B6. Windows color (decimal): -94012 or 12882174. OLE color: 12882174.
HSL color Cylindrical-coordinate representation of color #FE90C4: hue angle of 331.64º 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 #FE90C4 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 196 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.00 |
| HSL | 331.64º | 0.98% | 0.78% | - |
| HSV(B) | 331.64º | 0.43% | 1% | - |
| XYZ | 60.81 | 45 | 57.71 | - |
| YUV | 182.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 196 | 0 | 0.43 | 0.23 | 0.00 | 331.64 | 0.98 | 0.78 |
| Hex | FE | 90 | C4 | 0 | 2B | 17 | 0 | 14C | 62 | 4E |
| Octal | 376 | 220 | 304 | 0 | 53 | 27 | 0 | 514 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11000100 | 0 | 101011 | 10111 | 0 | 101001100 | 1100010 | 1001110 |
Color Harmonies of #FE90C4
Complementary color
Monochromatic Colors of #FE90C4
Black with #FE90C4
Text Example
Text Example
White with #FE90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90C4; }
p { color: rgb(254,144,196); }
H1.HeaderClassName
{
color: #FE90C4;
}
.AnyTagClassName
{
color: #FE90C4;
}
</style>
background-color css
<style>
a { background-color: #FE90C4; }
a { background-color: rgb(254,144,196); }
div.DivClassName
{
background-color: #FE90C4;
}
.BgClassName
{
background-color: #FE90C4;
}
</style>
border-color css
<style>
span { border-color: #FE90C4; }
span { border-color: rgb(254,144,196); }
td.TdClassName
{
border-color: #FE90C4;
}
.TagClassName
{
border-color: #FE90C4;
}
</style>