Shades of Tea Rose #FC7FCB
Tints of Tea Rose #FC7FCB
RGB
CMYK
RGB Variations
Color information
#FC7FCB (or 0xFC7FCB) is known color: Tea Rose. HEX triplet: FC, 7F and CB. RGB value is (252,127,203). Sum of RGB (Red+Green+Blue) = 252+127+203=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCB is #038034. Grayscale: #ACACAC. Windows color (decimal): -229429 or 13336572. OLE color: 13336572.
HSL color Cylindrical-coordinate representation of color #FC7FCB: hue angle of 323.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FCB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 203 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 323.52º | 0.95% | 0.74% | - |
| HSV(B) | 323.52º | 0.5% | 0.99% | - |
| XYZ | 58.51 | 40.19 | 61.17 | - |
| YUV | 173.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 203 | 0 | 0.50 | 0.19 | 0.01 | 323.52 | 0.95 | 0.74 |
| Hex | FC | 7F | CB | 0 | 32 | 13 | 1 | 144 | 5F | 4A |
| Octal | 374 | 177 | 313 | 0 | 62 | 23 | 1 | 504 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11001011 | 0 | 110010 | 10011 | 1 | 101000100 | 1011111 | 1001010 |
Color Harmonies of #FC7FCB
Complementary color
Monochromatic Colors of #FC7FCB
Black with #FC7FCB
Text Example
Text Example
White with #FC7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FCB; }
p { color: rgb(252,127,203); }
H1.HeaderClassName
{
color: #FC7FCB;
}
.AnyTagClassName
{
color: #FC7FCB;
}
</style>
background-color css
<style>
a { background-color: #FC7FCB; }
a { background-color: rgb(252,127,203); }
div.DivClassName
{
background-color: #FC7FCB;
}
.BgClassName
{
background-color: #FC7FCB;
}
</style>
border-color css
<style>
span { border-color: #FC7FCB; }
span { border-color: rgb(252,127,203); }
td.TdClassName
{
border-color: #FC7FCB;
}
.TagClassName
{
border-color: #FC7FCB;
}
</style>