Shades of Tea Rose #FF7FCE
Tints of Tea Rose #FF7FCE
RGB
CMYK
RGB Variations
Color information
#FF7FCE (or 0xFF7FCE) is known color: Tea Rose. HEX triplet: FF, 7F and CE. RGB value is (255,127,206). Sum of RGB (Red+Green+Blue) = 255+127+206=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FCE is #008031. Grayscale: #AEAEAE. Windows color (decimal): -32818 or 13533183. OLE color: 13533183.
HSL color Cylindrical-coordinate representation of color #FF7FCE: hue angle of 322.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FCE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 206 | - |
| CMYK | 0 | 0.50 | 0.19 | 0 |
| HSL | 322.97º | 1% | 0.75% | - |
| HSV(B) | 322.97º | 0.5% | 1% | - |
| XYZ | 59.97 | 40.89 | 63.13 | - |
| YUV | 174.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 206 | 0 | 0.50 | 0.19 | 0 | 322.97 | 1 | 0.75 |
| Hex | FF | 7F | CE | 0 | 32 | 13 | 0 | 143 | 64 | 4B |
| Octal | 377 | 177 | 316 | 0 | 62 | 23 | 0 | 503 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11001110 | 0 | 110010 | 10011 | 0 | 101000011 | 1100100 | 1001011 |
Color Harmonies of #FF7FCE
Complementary color
Monochromatic Colors of #FF7FCE
Black with #FF7FCE
Text Example
Text Example
White with #FF7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FCE; }
p { color: rgb(255,127,206); }
H1.HeaderClassName
{
color: #FF7FCE;
}
.AnyTagClassName
{
color: #FF7FCE;
}
</style>
background-color css
<style>
a { background-color: #FF7FCE; }
a { background-color: rgb(255,127,206); }
div.DivClassName
{
background-color: #FF7FCE;
}
.BgClassName
{
background-color: #FF7FCE;
}
</style>
border-color css
<style>
span { border-color: #FF7FCE; }
span { border-color: rgb(255,127,206); }
td.TdClassName
{
border-color: #FF7FCE;
}
.TagClassName
{
border-color: #FF7FCE;
}
</style>