Shades of Tea Rose #FF8FC2
Tints of Tea Rose #FF8FC2
RGB
CMYK
RGB Variations
Color information
#FF8FC2 (or 0xFF8FC2) is known color: Tea Rose. HEX triplet: FF, 8F and C2. RGB value is (255,143,194). Sum of RGB (Red+Green+Blue) = 255+143+194=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FC2 is #00703D. Grayscale: #B6B6B6. Windows color (decimal): -28734 or 12750847. OLE color: 12750847.
HSL color Cylindrical-coordinate representation of color #FF8FC2: hue angle of 332.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FC2 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 194 | - |
| CMYK | 0 | 0.44 | 0.24 | 0 |
| HSL | 332.68º | 1% | 0.78% | - |
| HSV(B) | 332.68º | 0.44% | 1% | - |
| XYZ | 60.8 | 44.8 | 56.48 | - |
| YUV | 182.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 194 | 0 | 0.44 | 0.24 | 0 | 332.68 | 1 | 0.78 |
| Hex | FF | 8F | C2 | 0 | 2C | 18 | 0 | 14D | 64 | 4E |
| Octal | 377 | 217 | 302 | 0 | 54 | 30 | 0 | 515 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11000010 | 0 | 101100 | 11000 | 0 | 101001101 | 1100100 | 1001110 |
Color Harmonies of #FF8FC2
Complementary color
Monochromatic Colors of #FF8FC2
Black with #FF8FC2
Text Example
Text Example
White with #FF8FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FC2; }
p { color: rgb(255,143,194); }
H1.HeaderClassName
{
color: #FF8FC2;
}
.AnyTagClassName
{
color: #FF8FC2;
}
</style>
background-color css
<style>
a { background-color: #FF8FC2; }
a { background-color: rgb(255,143,194); }
div.DivClassName
{
background-color: #FF8FC2;
}
.BgClassName
{
background-color: #FF8FC2;
}
</style>
border-color css
<style>
span { border-color: #FF8FC2; }
span { border-color: rgb(255,143,194); }
td.TdClassName
{
border-color: #FF8FC2;
}
.TagClassName
{
border-color: #FF8FC2;
}
</style>