#F686D3

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

Shades of Tea Rose #F686D3

Tints of Tea Rose #F686D3

Color information

#F686D3 (or 0xF686D3) is unknown color: approx Tea Rose. HEX triplet: F6, 86 and D3. RGB value is (246,134,211). Sum of RGB (Red+Green+Blue) = 246+134+211=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D3 is #09792C. Grayscale: #B0B0B0. Windows color (decimal): -620845 or 13862646. OLE color: 13862646.

HSL color Cylindrical-coordinate representation of color #F686D3: hue angle of 318.75º 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 #F686D3 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246134211-
CMYK00.460.140.04
HSL318.75º86.15%74.51%-
HSV(B)318.75º45.53%96.47%-
XYZ58.2941.3566.54-
YUV176.27147.61177.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 211 (82.81% from 255) = 35.70%
R=41.62%
G=22.67%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613421100.460.140.04318.7586.1574.51
HexF686D302EE413f564b
Octal366206323056164477126113
Binary1111011010000110110100110101110111010010011111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686D3; }

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

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

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

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

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

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

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

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