Shades of Tea Rose #FF7CCB
Tints of Tea Rose #FF7CCB
RGB
CMYK
RGB Variations
Color information
#FF7CCB (or 0xFF7CCB) is known color: Tea Rose. HEX triplet: FF, 7C and CB. RGB value is (255,124,203). Sum of RGB (Red+Green+Blue) = 255+124+203=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CCB is #008334. Grayscale: #ABABAB. Windows color (decimal): -33589 or 13335807. OLE color: 13335807.
HSL color Cylindrical-coordinate representation of color #FF7CCB: hue angle of 323.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CCB is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 203 | - |
| CMYK | 0 | 0.51 | 0.20 | 0 |
| HSL | 323.82º | 1% | 0.74% | - |
| HSV(B) | 323.82º | 0.51% | 1% | - |
| XYZ | 59.23 | 39.99 | 61.1 | - |
| YUV | 172.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 203 | 0 | 0.51 | 0.20 | 0 | 323.82 | 1 | 0.74 |
| Hex | FF | 7C | CB | 0 | 33 | 14 | 0 | 144 | 64 | 4A |
| Octal | 377 | 174 | 313 | 0 | 63 | 24 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11001011 | 0 | 110011 | 10100 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF7CCB
Complementary color
Monochromatic Colors of #FF7CCB
Black with #FF7CCB
Text Example
Text Example
White with #FF7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CCB; }
p { color: rgb(255,124,203); }
H1.HeaderClassName
{
color: #FF7CCB;
}
.AnyTagClassName
{
color: #FF7CCB;
}
</style>
background-color css
<style>
a { background-color: #FF7CCB; }
a { background-color: rgb(255,124,203); }
div.DivClassName
{
background-color: #FF7CCB;
}
.BgClassName
{
background-color: #FF7CCB;
}
</style>
border-color css
<style>
span { border-color: #FF7CCB; }
span { border-color: rgb(255,124,203); }
td.TdClassName
{
border-color: #FF7CCB;
}
.TagClassName
{
border-color: #FF7CCB;
}
</style>