Shades of Tea Rose #FF94CA
Tints of Tea Rose #FF94CA
RGB
CMYK
RGB Variations
Color information
#FF94CA (or 0xFF94CA) is known color: Tea Rose. HEX triplet: FF, 94 and CA. RGB value is (255,148,202). Sum of RGB (Red+Green+Blue) = 255+148+202=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94CA is #006B35. Grayscale: #BABABA. Windows color (decimal): -27446 or 13276415. OLE color: 13276415.
HSL color Cylindrical-coordinate representation of color #FF94CA: hue angle of 329.72º 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 #FF94CA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 202 | - |
| CMYK | 0 | 0.42 | 0.21 | 0 |
| HSL | 329.72º | 1% | 0.79% | - |
| HSV(B) | 329.72º | 0.42% | 1% | - |
| XYZ | 62.49 | 46.7 | 61.6 | - |
| YUV | 186.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 202 | 0 | 0.42 | 0.21 | 0 | 329.72 | 1 | 0.79 |
| Hex | FF | 94 | CA | 0 | 2A | 15 | 0 | 14A | 64 | 4F |
| Octal | 377 | 224 | 312 | 0 | 52 | 25 | 0 | 512 | 144 | 117 |
| Binary | 11111111 | 10010100 | 11001010 | 0 | 101010 | 10101 | 0 | 101001010 | 1100100 | 1001111 |
Color Harmonies of #FF94CA
Complementary color
Monochromatic Colors of #FF94CA
Black with #FF94CA
Text Example
Text Example
White with #FF94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94CA; }
p { color: rgb(255,148,202); }
H1.HeaderClassName
{
color: #FF94CA;
}
.AnyTagClassName
{
color: #FF94CA;
}
</style>
background-color css
<style>
a { background-color: #FF94CA; }
a { background-color: rgb(255,148,202); }
div.DivClassName
{
background-color: #FF94CA;
}
.BgClassName
{
background-color: #FF94CA;
}
</style>
border-color css
<style>
span { border-color: #FF94CA; }
span { border-color: rgb(255,148,202); }
td.TdClassName
{
border-color: #FF94CA;
}
.TagClassName
{
border-color: #FF94CA;
}
</style>