Shades of Tea Rose #F48DCC
Tints of Tea Rose #F48DCC
RGB
CMYK
RGB Variations
Color information
#F48DCC (or 0xF48DCC) is known color: Tea Rose. HEX triplet: F4, 8D and CC. RGB value is (244,141,204). Sum of RGB (Red+Green+Blue) = 244+141+204=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DCC is #0B7233. Grayscale: #B2B2B2. Windows color (decimal): -750132 or 13405684. OLE color: 13405684.
HSL color Cylindrical-coordinate representation of color #F48DCC: hue angle of 323.3º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DCC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 204 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 323.3º | 0.82% | 0.75% | - |
| HSV(B) | 323.3º | 0.42% | 0.96% | - |
| XYZ | 57.73 | 42.64 | 62.31 | - |
| YUV | 178.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 204 | 0 | 0.42 | 0.16 | 0.04 | 323.3 | 0.82 | 0.75 |
| Hex | F4 | 8D | CC | 0 | 2A | 10 | 4 | 143 | 52 | 4B |
| Octal | 364 | 215 | 314 | 0 | 52 | 20 | 4 | 503 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11001100 | 0 | 101010 | 10000 | 100 | 101000011 | 1010010 | 1001011 |
Color Harmonies of #F48DCC
Complementary color
Monochromatic Colors of #F48DCC
Black with #F48DCC
Text Example
Text Example
White with #F48DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DCC; }
p { color: rgb(244,141,204); }
H1.HeaderClassName
{
color: #F48DCC;
}
.AnyTagClassName
{
color: #F48DCC;
}
</style>
background-color css
<style>
a { background-color: #F48DCC; }
a { background-color: rgb(244,141,204); }
div.DivClassName
{
background-color: #F48DCC;
}
.BgClassName
{
background-color: #F48DCC;
}
</style>
border-color css
<style>
span { border-color: #F48DCC; }
span { border-color: rgb(244,141,204); }
td.TdClassName
{
border-color: #F48DCC;
}
.TagClassName
{
border-color: #F48DCC;
}
</style>