Shades of Tea Rose #FF8CC3
Tints of Tea Rose #FF8CC3
RGB
CMYK
RGB Variations
Color information
#FF8CC3 (or 0xFF8CC3) is known color: Tea Rose. HEX triplet: FF, 8C and C3. RGB value is (255,140,195). Sum of RGB (Red+Green+Blue) = 255+140+195=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC3 is #00733C. Grayscale: #B4B4B4. Windows color (decimal): -29501 or 12815615. OLE color: 12815615.
HSL color Cylindrical-coordinate representation of color #FF8CC3: hue angle of 331.3º 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 #FF8CC3 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 195 | - |
| CMYK | 0 | 0.45 | 0.24 | 0 |
| HSL | 331.3º | 1% | 0.77% | - |
| HSV(B) | 331.3º | 0.45% | 1% | - |
| XYZ | 60.47 | 43.96 | 56.93 | - |
| YUV | 180.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 195 | 0 | 0.45 | 0.24 | 0 | 331.3 | 1 | 0.77 |
| Hex | FF | 8C | C3 | 0 | 2D | 18 | 0 | 14B | 64 | 4D |
| Octal | 377 | 214 | 303 | 0 | 55 | 30 | 0 | 513 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11000011 | 0 | 101101 | 11000 | 0 | 101001011 | 1100100 | 1001101 |
Color Harmonies of #FF8CC3
Complementary color
Monochromatic Colors of #FF8CC3
Black with #FF8CC3
Text Example
Text Example
White with #FF8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CC3; }
p { color: rgb(255,140,195); }
H1.HeaderClassName
{
color: #FF8CC3;
}
.AnyTagClassName
{
color: #FF8CC3;
}
</style>
background-color css
<style>
a { background-color: #FF8CC3; }
a { background-color: rgb(255,140,195); }
div.DivClassName
{
background-color: #FF8CC3;
}
.BgClassName
{
background-color: #FF8CC3;
}
</style>
border-color css
<style>
span { border-color: #FF8CC3; }
span { border-color: rgb(255,140,195); }
td.TdClassName
{
border-color: #FF8CC3;
}
.TagClassName
{
border-color: #FF8CC3;
}
</style>