Shades of Tea Rose #FC8CCB
Tints of Tea Rose #FC8CCB
RGB
CMYK
RGB Variations
Color information
#FC8CCB (or 0xFC8CCB) is known color: Tea Rose. HEX triplet: FC, 8C and CB. RGB value is (252,140,203). Sum of RGB (Red+Green+Blue) = 252+140+203=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CCB is #037334. Grayscale: #B4B4B4. Windows color (decimal): -226101 or 13339900. OLE color: 13339900.
HSL color Cylindrical-coordinate representation of color #FC8CCB: hue angle of 326.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CCB is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 203 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.01 |
| HSL | 326.25º | 0.95% | 0.77% | - |
| HSV(B) | 326.25º | 0.44% | 0.99% | - |
| XYZ | 60.3 | 43.76 | 61.77 | - |
| YUV | 180.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 203 | 0 | 0.44 | 0.19 | 0.01 | 326.25 | 0.95 | 0.77 |
| Hex | FC | 8C | CB | 0 | 2C | 13 | 1 | 146 | 5F | 4D |
| Octal | 374 | 214 | 313 | 0 | 54 | 23 | 1 | 506 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11001011 | 0 | 101100 | 10011 | 1 | 101000110 | 1011111 | 1001101 |
Color Harmonies of #FC8CCB
Complementary color
Monochromatic Colors of #FC8CCB
Black with #FC8CCB
Text Example
Text Example
White with #FC8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CCB; }
p { color: rgb(252,140,203); }
H1.HeaderClassName
{
color: #FC8CCB;
}
.AnyTagClassName
{
color: #FC8CCB;
}
</style>
background-color css
<style>
a { background-color: #FC8CCB; }
a { background-color: rgb(252,140,203); }
div.DivClassName
{
background-color: #FC8CCB;
}
.BgClassName
{
background-color: #FC8CCB;
}
</style>
border-color css
<style>
span { border-color: #FC8CCB; }
span { border-color: rgb(252,140,203); }
td.TdClassName
{
border-color: #FC8CCB;
}
.TagClassName
{
border-color: #FC8CCB;
}
</style>