Shades of Tea Rose #FE90BF
Tints of Tea Rose #FE90BF
RGB
CMYK
RGB Variations
Color information
#FE90BF (or 0xFE90BF) is known color: Tea Rose. HEX triplet: FE, 90 and BF. RGB value is (254,144,191). Sum of RGB (Red+Green+Blue) = 254+144+191=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90BF is #016F40. Grayscale: #B6B6B6. Windows color (decimal): -94017 or 12554494. OLE color: 12554494.
HSL color Cylindrical-coordinate representation of color #FE90BF: hue angle of 334.36º 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 #FE90BF is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 191 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.00 |
| HSL | 334.36º | 0.98% | 0.78% | - |
| HSV(B) | 334.36º | 0.43% | 1% | - |
| XYZ | 60.25 | 44.78 | 54.76 | - |
| YUV | 182.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 191 | 0 | 0.43 | 0.25 | 0.00 | 334.36 | 0.98 | 0.78 |
| Hex | FE | 90 | BF | 0 | 2B | 19 | 0 | 14E | 62 | 4E |
| Octal | 376 | 220 | 277 | 0 | 53 | 31 | 0 | 516 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10111111 | 0 | 101011 | 11001 | 0 | 101001110 | 1100010 | 1001110 |
Color Harmonies of #FE90BF
Complementary color
Monochromatic Colors of #FE90BF
Black with #FE90BF
Text Example
Text Example
White with #FE90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90BF; }
p { color: rgb(254,144,191); }
H1.HeaderClassName
{
color: #FE90BF;
}
.AnyTagClassName
{
color: #FE90BF;
}
</style>
background-color css
<style>
a { background-color: #FE90BF; }
a { background-color: rgb(254,144,191); }
div.DivClassName
{
background-color: #FE90BF;
}
.BgClassName
{
background-color: #FE90BF;
}
</style>
border-color css
<style>
span { border-color: #FE90BF; }
span { border-color: rgb(254,144,191); }
td.TdClassName
{
border-color: #FE90BF;
}
.TagClassName
{
border-color: #FE90BF;
}
</style>