Shades of Tea Rose #F18CCE
Tints of Tea Rose #F18CCE
RGB
CMYK
RGB Variations
Color information
#F18CCE (or 0xF18CCE) is known color: Tea Rose. HEX triplet: F1, 8C and CE. RGB value is (241,140,206). Sum of RGB (Red+Green+Blue) = 241+140+206=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CCE is #0E7331. Grayscale: #B1B1B1. Windows color (decimal): -946994 or 13536497. OLE color: 13536497.
HSL color Cylindrical-coordinate representation of color #F18CCE: hue angle of 320.79º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CCE is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 206 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.05 |
| HSL | 320.79º | 0.78% | 0.75% | - |
| HSV(B) | 320.79º | 0.42% | 0.95% | - |
| XYZ | 56.79 | 41.91 | 63.49 | - |
| YUV | 177.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 206 | 0 | 0.42 | 0.15 | 0.05 | 320.79 | 0.78 | 0.75 |
| Hex | F1 | 8C | CE | 0 | 2A | F | 5 | 141 | 4E | 4B |
| Octal | 361 | 214 | 316 | 0 | 52 | 17 | 5 | 501 | 116 | 113 |
| Binary | 11110001 | 10001100 | 11001110 | 0 | 101010 | 1111 | 101 | 101000001 | 1001110 | 1001011 |
Color Harmonies of #F18CCE
Complementary color
Monochromatic Colors of #F18CCE
Black with #F18CCE
Text Example
Text Example
White with #F18CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CCE; }
p { color: rgb(241,140,206); }
H1.HeaderClassName
{
color: #F18CCE;
}
.AnyTagClassName
{
color: #F18CCE;
}
</style>
background-color css
<style>
a { background-color: #F18CCE; }
a { background-color: rgb(241,140,206); }
div.DivClassName
{
background-color: #F18CCE;
}
.BgClassName
{
background-color: #F18CCE;
}
</style>
border-color css
<style>
span { border-color: #F18CCE; }
span { border-color: rgb(241,140,206); }
td.TdClassName
{
border-color: #F18CCE;
}
.TagClassName
{
border-color: #F18CCE;
}
</style>