#F686CE

Color #F686CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F686CE

Tints of Tea Rose #F686CE

Color information

#F686CE (or 0xF686CE) is unknown color: approx Tea Rose. HEX triplet: F6, 86 and CE. RGB value is (246,134,206). Sum of RGB (Red+Green+Blue) = 246+134+206=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CE is #097931. Grayscale: #AFAFAF. Windows color (decimal): -620850 or 13534966. OLE color: 13534966.

HSL color Cylindrical-coordinate representation of color #F686CE: hue angle of 321.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686CE is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246134206-
CMYK00.460.160.04
HSL321.43º86.15%74.51%-
HSV(B)321.43º45.53%96.47%-
XYZ57.6741.163.29-
YUV175.7145.11178.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 134 (52.73% from 255) = 22.87%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=41.98%
G=22.87%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613420600.460.160.04321.4386.1574.51
HexF686CE02E104141564b
Octal366206316056204501126113
Binary11110110100001101100111001011101000010010100000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686CE; }

 p { color: rgb(246,134,206); }

 H1.HeaderClassName
 {
   color: #F686CE;
 }
 .AnyTagClassName
 {
   color: #F686CE;
 }
</style>
background-color css

<style>
 a { background-color: #F686CE; }

 a { background-color: rgb(246,134,206); }

 div.DivClassName
 {
   background-color: #F686CE;
 }
 .BgClassName
 {
   background-color: #F686CE;
 }
</style>
border-color css

<style>
 span { border-color: #F686CE; }

 span { border-color: rgb(246,134,206); }

 td.TdClassName
 {
   border-color: #F686CE;
 }
 .TagClassName
 {
   border-color: #F686CE;
 }
</style>