Shades of Tea Rose #F695CC
Tints of Tea Rose #F695CC
RGB
CMYK
RGB Variations
Color information
#F695CC (or 0xF695CC) is known color: Tea Rose. HEX triplet: F6, 95 and CC. RGB value is (246,149,204). Sum of RGB (Red+Green+Blue) = 246+149+204=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F695CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695CC is #096A33. Grayscale: #B8B8B8. Windows color (decimal): -617012 or 13407734. OLE color: 13407734.
HSL color Cylindrical-coordinate representation of color #F695CC: hue angle of 325.98º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695CC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 204 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.04 |
| HSL | 325.98º | 0.84% | 0.77% | - |
| HSV(B) | 325.98º | 0.39% | 0.96% | - |
| XYZ | 59.65 | 45.45 | 62.75 | - |
| YUV | 184.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 204 | 0 | 0.39 | 0.17 | 0.04 | 325.98 | 0.84 | 0.77 |
| Hex | F6 | 95 | CC | 0 | 27 | 11 | 4 | 146 | 54 | 4D |
| Octal | 366 | 225 | 314 | 0 | 47 | 21 | 4 | 506 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11001100 | 0 | 100111 | 10001 | 100 | 101000110 | 1010100 | 1001101 |
Color Harmonies of #F695CC
Complementary color
Monochromatic Colors of #F695CC
Black with #F695CC
Text Example
Text Example
White with #F695CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695CC; }
p { color: rgb(246,149,204); }
H1.HeaderClassName
{
color: #F695CC;
}
.AnyTagClassName
{
color: #F695CC;
}
</style>
background-color css
<style>
a { background-color: #F695CC; }
a { background-color: rgb(246,149,204); }
div.DivClassName
{
background-color: #F695CC;
}
.BgClassName
{
background-color: #F695CC;
}
</style>
border-color css
<style>
span { border-color: #F695CC; }
span { border-color: rgb(246,149,204); }
td.TdClassName
{
border-color: #F695CC;
}
.TagClassName
{
border-color: #F695CC;
}
</style>