Shades of Tea Rose #FF94D0
Tints of Tea Rose #FF94D0
RGB
CMYK
RGB Variations
Color information
#FF94D0 (or 0xFF94D0) is known color: Tea Rose. HEX triplet: FF, 94 and D0. RGB value is (255,148,208). Sum of RGB (Red+Green+Blue) = 255+148+208=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94D0 is #006B2F. Grayscale: #BABABA. Windows color (decimal): -27440 or 13669631. OLE color: 13669631.
HSL color Cylindrical-coordinate representation of color #FF94D0: hue angle of 326.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94D0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 208 | - |
| CMYK | 0 | 0.42 | 0.18 | 0 |
| HSL | 326.36º | 1% | 0.79% | - |
| HSV(B) | 326.36º | 0.42% | 1% | - |
| XYZ | 63.22 | 46.99 | 65.41 | - |
| YUV | 186.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 208 | 0 | 0.42 | 0.18 | 0 | 326.36 | 1 | 0.79 |
| Hex | FF | 94 | D0 | 0 | 2A | 12 | 0 | 146 | 64 | 4F |
| Octal | 377 | 224 | 320 | 0 | 52 | 22 | 0 | 506 | 144 | 117 |
| Binary | 11111111 | 10010100 | 11010000 | 0 | 101010 | 10010 | 0 | 101000110 | 1100100 | 1001111 |
Color Harmonies of #FF94D0
Complementary color
Monochromatic Colors of #FF94D0
Black with #FF94D0
Text Example
Text Example
White with #FF94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94D0; }
p { color: rgb(255,148,208); }
H1.HeaderClassName
{
color: #FF94D0;
}
.AnyTagClassName
{
color: #FF94D0;
}
</style>
background-color css
<style>
a { background-color: #FF94D0; }
a { background-color: rgb(255,148,208); }
div.DivClassName
{
background-color: #FF94D0;
}
.BgClassName
{
background-color: #FF94D0;
}
</style>
border-color css
<style>
span { border-color: #FF94D0; }
span { border-color: rgb(255,148,208); }
td.TdClassName
{
border-color: #FF94D0;
}
.TagClassName
{
border-color: #FF94D0;
}
</style>