Shades of Tea Rose #FF8CC4
Tints of Tea Rose #FF8CC4
RGB
CMYK
RGB Variations
Color information
#FF8CC4 (or 0xFF8CC4) is known color: Tea Rose. HEX triplet: FF, 8C and C4. RGB value is (255,140,196). Sum of RGB (Red+Green+Blue) = 255+140+196=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC4 is #00733B. Grayscale: #B4B4B4. Windows color (decimal): -29500 or 12881151. OLE color: 12881151.
HSL color Cylindrical-coordinate representation of color #FF8CC4: hue angle of 330.78º 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 #FF8CC4 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 196 | - |
| CMYK | 0 | 0.45 | 0.23 | 0 |
| HSL | 330.78º | 1% | 0.77% | - |
| HSV(B) | 330.78º | 0.45% | 1% | - |
| XYZ | 60.58 | 44 | 57.52 | - |
| YUV | 180.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 196 | 0 | 0.45 | 0.23 | 0 | 330.78 | 1 | 0.77 |
| Hex | FF | 8C | C4 | 0 | 2D | 17 | 0 | 14B | 64 | 4D |
| Octal | 377 | 214 | 304 | 0 | 55 | 27 | 0 | 513 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11000100 | 0 | 101101 | 10111 | 0 | 101001011 | 1100100 | 1001101 |
Color Harmonies of #FF8CC4
Complementary color
Monochromatic Colors of #FF8CC4
Black with #FF8CC4
Text Example
Text Example
White with #FF8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CC4; }
p { color: rgb(255,140,196); }
H1.HeaderClassName
{
color: #FF8CC4;
}
.AnyTagClassName
{
color: #FF8CC4;
}
</style>
background-color css
<style>
a { background-color: #FF8CC4; }
a { background-color: rgb(255,140,196); }
div.DivClassName
{
background-color: #FF8CC4;
}
.BgClassName
{
background-color: #FF8CC4;
}
</style>
border-color css
<style>
span { border-color: #FF8CC4; }
span { border-color: rgb(255,140,196); }
td.TdClassName
{
border-color: #FF8CC4;
}
.TagClassName
{
border-color: #FF8CC4;
}
</style>