Shades of Tea Rose #F68ACE
Tints of Tea Rose #F68ACE
RGB
CMYK
RGB Variations
Color information
#F68ACE (or 0xF68ACE) is known color: Tea Rose. HEX triplet: F6, 8A and CE. RGB value is (246,138,206). Sum of RGB (Red+Green+Blue) = 246+138+206=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ACE is #097531. Grayscale: #B1B1B1. Windows color (decimal): -619826 or 13535990. OLE color: 13535990.
HSL color Cylindrical-coordinate representation of color #F68ACE: hue angle of 322.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68ACE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 206 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 322.22º | 0.86% | 0.75% | - |
| HSV(B) | 322.22º | 0.44% | 0.96% | - |
| XYZ | 58.24 | 42.23 | 63.47 | - |
| YUV | 178.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 206 | 0 | 0.44 | 0.16 | 0.04 | 322.22 | 0.86 | 0.75 |
| Hex | F6 | 8A | CE | 0 | 2C | 10 | 4 | 142 | 56 | 4B |
| Octal | 366 | 212 | 316 | 0 | 54 | 20 | 4 | 502 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11001110 | 0 | 101100 | 10000 | 100 | 101000010 | 1010110 | 1001011 |
Color Harmonies of #F68ACE
Complementary color
Monochromatic Colors of #F68ACE
Black with #F68ACE
Text Example
Text Example
White with #F68ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ACE; }
p { color: rgb(246,138,206); }
H1.HeaderClassName
{
color: #F68ACE;
}
.AnyTagClassName
{
color: #F68ACE;
}
</style>
background-color css
<style>
a { background-color: #F68ACE; }
a { background-color: rgb(246,138,206); }
div.DivClassName
{
background-color: #F68ACE;
}
.BgClassName
{
background-color: #F68ACE;
}
</style>
border-color css
<style>
span { border-color: #F68ACE; }
span { border-color: rgb(246,138,206); }
td.TdClassName
{
border-color: #F68ACE;
}
.TagClassName
{
border-color: #F68ACE;
}
</style>