Shades of Tea Rose #FF94D2
Tints of Tea Rose #FF94D2
RGB
CMYK
RGB Variations
Color information
#FF94D2 (or 0xFF94D2) is known color: Tea Rose. HEX triplet: FF, 94 and D2. RGB value is (255,148,210). Sum of RGB (Red+Green+Blue) = 255+148+210=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94D2 is #006B2D. Grayscale: #BABABA. Windows color (decimal): -27438 or 13800703. OLE color: 13800703.
HSL color Cylindrical-coordinate representation of color #FF94D2: hue angle of 325.23º 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 #FF94D2 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 210 | - |
| CMYK | 0 | 0.42 | 0.18 | 0 |
| HSL | 325.23º | 1% | 0.79% | - |
| HSV(B) | 325.23º | 0.42% | 1% | - |
| XYZ | 63.46 | 47.09 | 66.72 | - |
| YUV | 187.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 210 | 0 | 0.42 | 0.18 | 0 | 325.23 | 1 | 0.79 |
| Hex | FF | 94 | D2 | 0 | 2A | 12 | 0 | 145 | 64 | 4F |
| Octal | 377 | 224 | 322 | 0 | 52 | 22 | 0 | 505 | 144 | 117 |
| Binary | 11111111 | 10010100 | 11010010 | 0 | 101010 | 10010 | 0 | 101000101 | 1100100 | 1001111 |
Color Harmonies of #FF94D2
Complementary color
Monochromatic Colors of #FF94D2
Black with #FF94D2
Text Example
Text Example
White with #FF94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94D2; }
p { color: rgb(255,148,210); }
H1.HeaderClassName
{
color: #FF94D2;
}
.AnyTagClassName
{
color: #FF94D2;
}
</style>
background-color css
<style>
a { background-color: #FF94D2; }
a { background-color: rgb(255,148,210); }
div.DivClassName
{
background-color: #FF94D2;
}
.BgClassName
{
background-color: #FF94D2;
}
</style>
border-color css
<style>
span { border-color: #FF94D2; }
span { border-color: rgb(255,148,210); }
td.TdClassName
{
border-color: #FF94D2;
}
.TagClassName
{
border-color: #FF94D2;
}
</style>