Shades of Tea Rose #FE8DD4
Tints of Tea Rose #FE8DD4
RGB
CMYK
RGB Variations
Color information
#FE8DD4 (or 0xFE8DD4) is known color: Tea Rose. HEX triplet: FE, 8D and D4. RGB value is (254,141,212). Sum of RGB (Red+Green+Blue) = 254+141+212=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DD4 is #01722B. Grayscale: #B6B6B6. Windows color (decimal): -94764 or 13929982. OLE color: 13929982.
HSL color Cylindrical-coordinate representation of color #FE8DD4: hue angle of 322.3º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DD4 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 212 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.00 |
| HSL | 322.3º | 0.98% | 0.77% | - |
| HSV(B) | 322.3º | 0.44% | 1% | - |
| XYZ | 62.28 | 44.87 | 67.67 | - |
| YUV | 182.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 212 | 0 | 0.44 | 0.17 | 0.00 | 322.3 | 0.98 | 0.77 |
| Hex | FE | 8D | D4 | 0 | 2C | 11 | 0 | 142 | 62 | 4D |
| Octal | 376 | 215 | 324 | 0 | 54 | 21 | 0 | 502 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11010100 | 0 | 101100 | 10001 | 0 | 101000010 | 1100010 | 1001101 |
Color Harmonies of #FE8DD4
Complementary color
Monochromatic Colors of #FE8DD4
Black with #FE8DD4
Text Example
Text Example
White with #FE8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DD4; }
p { color: rgb(254,141,212); }
H1.HeaderClassName
{
color: #FE8DD4;
}
.AnyTagClassName
{
color: #FE8DD4;
}
</style>
background-color css
<style>
a { background-color: #FE8DD4; }
a { background-color: rgb(254,141,212); }
div.DivClassName
{
background-color: #FE8DD4;
}
.BgClassName
{
background-color: #FE8DD4;
}
</style>
border-color css
<style>
span { border-color: #FE8DD4; }
span { border-color: rgb(254,141,212); }
td.TdClassName
{
border-color: #FE8DD4;
}
.TagClassName
{
border-color: #FE8DD4;
}
</style>