Shades of Tea Rose #FC8FCB
Tints of Tea Rose #FC8FCB
RGB
CMYK
RGB Variations
Color information
#FC8FCB (or 0xFC8FCB) is known color: Tea Rose. HEX triplet: FC, 8F and CB. RGB value is (252,143,203). Sum of RGB (Red+Green+Blue) = 252+143+203=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FCB is #037034. Grayscale: #B6B6B6. Windows color (decimal): -225333 or 13340668. OLE color: 13340668.
HSL color Cylindrical-coordinate representation of color #FC8FCB: hue angle of 326.97º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FCB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 203 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.01 |
| HSL | 326.97º | 0.95% | 0.77% | - |
| HSV(B) | 326.97º | 0.43% | 0.99% | - |
| XYZ | 60.75 | 44.65 | 61.92 | - |
| YUV | 182.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 203 | 0 | 0.43 | 0.19 | 0.01 | 326.97 | 0.95 | 0.77 |
| Hex | FC | 8F | CB | 0 | 2B | 13 | 1 | 147 | 5F | 4D |
| Octal | 374 | 217 | 313 | 0 | 53 | 23 | 1 | 507 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11001011 | 0 | 101011 | 10011 | 1 | 101000111 | 1011111 | 1001101 |
Color Harmonies of #FC8FCB
Complementary color
Monochromatic Colors of #FC8FCB
Black with #FC8FCB
Text Example
Text Example
White with #FC8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FCB; }
p { color: rgb(252,143,203); }
H1.HeaderClassName
{
color: #FC8FCB;
}
.AnyTagClassName
{
color: #FC8FCB;
}
</style>
background-color css
<style>
a { background-color: #FC8FCB; }
a { background-color: rgb(252,143,203); }
div.DivClassName
{
background-color: #FC8FCB;
}
.BgClassName
{
background-color: #FC8FCB;
}
</style>
border-color css
<style>
span { border-color: #FC8FCB; }
span { border-color: rgb(252,143,203); }
td.TdClassName
{
border-color: #FC8FCB;
}
.TagClassName
{
border-color: #FC8FCB;
}
</style>