Shades of Tea Rose #FF8CC2
Tints of Tea Rose #FF8CC2
RGB
CMYK
RGB Variations
Color information
#FF8CC2 (or 0xFF8CC2) is known color: Tea Rose. HEX triplet: FF, 8C and C2. RGB value is (255,140,194). Sum of RGB (Red+Green+Blue) = 255+140+194=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC2 is #00733D. Grayscale: #B4B4B4. Windows color (decimal): -29502 or 12750079. OLE color: 12750079.
HSL color Cylindrical-coordinate representation of color #FF8CC2: hue angle of 331.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CC2 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 194 | - |
| CMYK | 0 | 0.45 | 0.24 | 0 |
| HSL | 331.83º | 1% | 0.77% | - |
| HSV(B) | 331.83º | 0.45% | 1% | - |
| XYZ | 60.36 | 43.91 | 56.33 | - |
| YUV | 180.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 194 | 0 | 0.45 | 0.24 | 0 | 331.83 | 1 | 0.77 |
| Hex | FF | 8C | C2 | 0 | 2D | 18 | 0 | 14C | 64 | 4D |
| Octal | 377 | 214 | 302 | 0 | 55 | 30 | 0 | 514 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11000010 | 0 | 101101 | 11000 | 0 | 101001100 | 1100100 | 1001101 |
Color Harmonies of #FF8CC2
Complementary color
Monochromatic Colors of #FF8CC2
Black with #FF8CC2
Text Example
Text Example
White with #FF8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CC2; }
p { color: rgb(255,140,194); }
H1.HeaderClassName
{
color: #FF8CC2;
}
.AnyTagClassName
{
color: #FF8CC2;
}
</style>
background-color css
<style>
a { background-color: #FF8CC2; }
a { background-color: rgb(255,140,194); }
div.DivClassName
{
background-color: #FF8CC2;
}
.BgClassName
{
background-color: #FF8CC2;
}
</style>
border-color css
<style>
span { border-color: #FF8CC2; }
span { border-color: rgb(255,140,194); }
td.TdClassName
{
border-color: #FF8CC2;
}
.TagClassName
{
border-color: #FF8CC2;
}
</style>